Html Css Color HEX #CAA30C Buddha Gold

📋 copy color: '#CAA30C'

red 202 ◦ green 163 ◦ blue 12

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

Shades of Buddha Gold #CAA30C

Tints of Buddha Gold #CAA30C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.18%

R = 53.58%
G = 43.24%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CAA30C (or 0xCAA30C) is known color: Buddha Gold. HEX triplet: CA, A3 and 0C. RGB value is (202,163,12). Sum of RGB (Red+Green+Blue) = 202+163+12=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA30C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA30C is #355CF3. Grayscale: #9E9E9E. Windows color (decimal): -3497204 or 828362. OLE color: 828362.

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

Color convert

RGB 202 163 12 -
CMYK 0 0.19 0.94 0.21
HSL 47.68º 0.89% 0.42% -
HSV(B) 47.68º 0.94% 0.79% -
XYZ 37.52 38.78 5.86 -
YUV 157.45 45.92 159.78 -
System Red Green Blue C M Y K H S L
Decimal 202 163 12 0 0.19 0.94 0.21 47.68 0.89 0.42
Hex CA A3 C 0 13 5E 15 30 59 2A
Octal 312 243 14 0 23 136 25 60 131 52
Binary 11001010 10100011 1100 0 10011 1011110 10101 110000 1011001 101010

Color Harmonies of #CAA30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA30C

Black with #CAA30C

Text Example


Text Example

White with #CAA30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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