Html Css Color HEX #CAA907 Buddha Gold

📋 copy color: '#CAA907'

red 202 ◦ green 169 ◦ blue 7

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

Shades of Buddha Gold #CAA907

Tints of Buddha Gold #CAA907

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.71%

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

R = 53.44%
G = 44.71%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CAA907 (or 0xCAA907) is known color: Buddha Gold. HEX triplet: CA, A9 and 07. RGB value is (202,169,7). Sum of RGB (Red+Green+Blue) = 202+169+7=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 169 (66.41% from 255 or 44.71% from 378); Blue value is 7 (3.12% from 255 or 1.85% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA907 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA907 is #3556F8. Grayscale: #A1A1A1. Windows color (decimal): -3495673 or 502218. OLE color: 502218.

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

Color convert

RGB 202 169 7 -
CMYK 0 0.16 0.97 0.21
HSL 49.85º 0.93% 0.41% -
HSV(B) 49.85º 0.97% 0.79% -
XYZ 38.58 40.95 6.07 -
YUV 160.4 41.43 157.67 -
System Red Green Blue C M Y K H S L
Decimal 202 169 7 0 0.16 0.97 0.21 49.85 0.93 0.41
Hex CA A9 7 0 10 61 15 32 5D 29
Octal 312 251 7 0 20 141 25 62 135 51
Binary 11001010 10101001 111 0 10000 1100001 10101 110010 1011101 101001

Color Harmonies of #CAA907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA907

Black with #CAA907

Text Example


Text Example

White with #CAA907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA907; }

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

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

background-color css

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

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

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

border-color css

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

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

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