Html Css Color HEX #CCA90C Buddha Gold

📋 copy color: '#CCA90C'

red 204 ◦ green 169 ◦ blue 12

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

Shades of Buddha Gold #CCA90C

Tints of Buddha Gold #CCA90C

RGB

 RED value IS 204 (80.08% from 255) = 52.99%

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

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

R = 52.99%
G = 43.9%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CCA90C (or 0xCCA90C) is known color: Buddha Gold. HEX triplet: CC, A9 and 0C. RGB value is (204,169,12). Sum of RGB (Red+Green+Blue) = 204+169+12=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 169 (66.41% from 255 or 43.90% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA90C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA90C is #3356F3. Grayscale: #A2A2A2. Windows color (decimal): -3364596 or 829900. OLE color: 829900.

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

Color convert

RGB 204 169 12 -
CMYK 0 0.17 0.94 0.2
HSL 49.06º 0.89% 0.42% -
HSV(B) 49.06º 0.94% 0.8% -
XYZ 39.16 41.24 6.24 -
YUV 161.57 43.6 158.27 -
System Red Green Blue C M Y K H S L
Decimal 204 169 12 0 0.17 0.94 0.2 49.06 0.89 0.42
Hex CC A9 C 0 11 5E 14 31 59 2A
Octal 314 251 14 0 21 136 24 61 131 52
Binary 11001100 10101001 1100 0 10001 1011110 10100 110001 1011001 101010

Color Harmonies of #CCA90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA90C

Black with #CCA90C

Text Example


Text Example

White with #CCA90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA90C; }

 p { color: rgb(204,169,12); }

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

background-color css

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

 a { background-color: rgb(204,169,12); }

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

border-color css

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

 span { border-color: rgb(204,169,12); }

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