Html Css Color HEX #CAA306 Buddha Gold

📋 copy color: '#CAA306'

red 202 ◦ green 163 ◦ blue 6

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

Shades of Buddha Gold #CAA306

Tints of Buddha Gold #CAA306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.62%

R = 54.45%
G = 43.94%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CAA306 (or 0xCAA306) is known color: Buddha Gold. HEX triplet: CA, A3 and 06. RGB value is (202,163,6). Sum of RGB (Red+Green+Blue) = 202+163+6=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 6 (2.73% from 255 or 1.62% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA306 is #355CF9. Grayscale: #9D9D9D. Windows color (decimal): -3497210 or 435146. OLE color: 435146.

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

Color convert

RGB 202 163 6 -
CMYK 0 0.19 0.97 0.21
HSL 48.06º 0.94% 0.41% -
HSV(B) 48.06º 0.97% 0.79% -
XYZ 37.49 38.76 5.68 -
YUV 156.76 42.92 160.27 -
System Red Green Blue C M Y K H S L
Decimal 202 163 6 0 0.19 0.97 0.21 48.06 0.94 0.41
Hex CA A3 6 0 13 61 15 30 5E 29
Octal 312 243 6 0 23 141 25 60 136 51
Binary 11001010 10100011 110 0 10011 1100001 10101 110000 1011110 101001

Color Harmonies of #CAA306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA306

Black with #CAA306

Text Example


Text Example

White with #CAA306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA306; }

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

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

background-color css

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

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

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

border-color css

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

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

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