Html Css Color HEX #CAA308 Buddha Gold

📋 copy color: '#CAA308'

red 202 ◦ green 163 ◦ blue 8

#CAA308
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #CAA308

Tints of Buddha Gold #CAA308

RGB

 RED value IS 202 (79.3% from 255) = 54.16%

 GREEN value IS 163 (64.06% from 255) = 43.7%

 BLUE value IS 8 (3.52% from 255) = 2.14%

R = 54.16%
G = 43.7%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CAA308 (or 0xCAA308) is known color: Buddha Gold. HEX triplet: CA, A3 and 08. RGB value is (202,163,8). Sum of RGB (Red+Green+Blue) = 202+163+8=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 8 (3.52% from 255 or 2.14% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA308 is #355CF7. Grayscale: #9D9D9D. Windows color (decimal): -3497208 or 566218. OLE color: 566218.

HSL color Cylindrical-coordinate representation of color #CAA308: hue angle of 47.94º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CAA308 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 163 8 -
CMYK 0 0.19 0.96 0.21
HSL 47.94º 0.92% 0.41% -
HSV(B) 47.94º 0.96% 0.79% -
XYZ 37.5 38.77 5.74 -
YUV 156.99 43.92 160.1 -
System Red Green Blue C M Y K H S L
Decimal 202 163 8 0 0.19 0.96 0.21 47.94 0.92 0.41
Hex CA A3 8 0 13 60 15 30 5C 29
Octal 312 243 10 0 23 140 25 60 134 51
Binary 11001010 10100011 1000 0 10011 1100000 10101 110000 1011100 101001

Color Harmonies of #CAA308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA308

Black with #CAA308

Text Example


Text Example

White with #CAA308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA308; }

 p { color: rgb(202,163,8); }

 H1.HeaderClassName
 {
   color: #CAA308;
 }
 .AnyTagClassName
 {
   color: #CAA308;
 }
</style>

background-color css

<style>
 a { background-color: #CAA308; }

 a { background-color: rgb(202,163,8); }

 div.DivClassName
 {
   background-color: #CAA308;
 }
 .BgClassName
 {
   background-color: #CAA308;
 }
</style>

border-color css

<style>
 span { border-color: #CAA308; }

 span { border-color: rgb(202,163,8); }

 td.TdClassName
 {
   border-color: #CAA308;
 }
 .TagClassName
 {
   border-color: #CAA308;
 }
</style>