Html Css Color HEX #CAA108 Buddha Gold

📋 copy color: '#CAA108'

red 202 ◦ green 161 ◦ blue 8

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

Shades of Buddha Gold #CAA108

Tints of Buddha Gold #CAA108

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.4%

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

R = 54.45%
G = 43.4%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CAA108 (or 0xCAA108) is known color: Buddha Gold. HEX triplet: CA, A1 and 08. RGB value is (202,161,8). Sum of RGB (Red+Green+Blue) = 202+161+8=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 8 (3.52% from 255 or 2.16% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA108 is #355EF7. Grayscale: #9C9C9C. Windows color (decimal): -3497720 or 565706. OLE color: 565706.

HSL color Cylindrical-coordinate representation of color #CAA108: hue angle of 47.32º 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 #CAA108 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 161 8 -
CMYK 0 0.20 0.96 0.21
HSL 47.32º 0.92% 0.41% -
HSV(B) 47.32º 0.96% 0.79% -
XYZ 37.15 38.06 5.62 -
YUV 155.82 44.58 160.94 -
System Red Green Blue C M Y K H S L
Decimal 202 161 8 0 0.20 0.96 0.21 47.32 0.92 0.41
Hex CA A1 8 0 14 60 15 2F 5C 29
Octal 312 241 10 0 24 140 25 57 134 51
Binary 11001010 10100001 1000 0 10100 1100000 10101 101111 1011100 101001

Color Harmonies of #CAA108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA108

Black with #CAA108

Text Example


Text Example

White with #CAA108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA108; }

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

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

background-color css

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

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

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

border-color css

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

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

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