Html Css Color HEX #CAA107 Buddha Gold

📋 copy color: '#CAA107'

red 202 ◦ green 161 ◦ blue 7

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

Shades of Buddha Gold #CAA107

Tints of Buddha Gold #CAA107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.89%

R = 54.59%
G = 43.51%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CAA107 (or 0xCAA107) is known color: Buddha Gold. HEX triplet: CA, A1 and 07. RGB value is (202,161,7). Sum of RGB (Red+Green+Blue) = 202+161+7=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 161 (63.28% from 255 or 43.51% from 370); Blue value is 7 (3.12% from 255 or 1.89% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA107 is #355EF8. Grayscale: #9C9C9C. Windows color (decimal): -3497721 or 500170. OLE color: 500170.

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

Color convert

RGB 202 161 7 -
CMYK 0 0.20 0.97 0.21
HSL 47.38º 0.93% 0.41% -
HSV(B) 47.38º 0.97% 0.79% -
XYZ 37.14 38.06 5.59 -
YUV 155.7 44.08 161.02 -
System Red Green Blue C M Y K H S L
Decimal 202 161 7 0 0.20 0.97 0.21 47.38 0.93 0.41
Hex CA A1 7 0 14 61 15 2F 5D 29
Octal 312 241 7 0 24 141 25 57 135 51
Binary 11001010 10100001 111 0 10100 1100001 10101 101111 1011101 101001

Color Harmonies of #CAA107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA107

Black with #CAA107

Text Example


Text Example

White with #CAA107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA107; }

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

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

background-color css

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

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

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

border-color css

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

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

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