Html Css Color HEX #CCA90B Buddha Gold

📋 copy color: '#CCA90B'

red 204 ◦ green 169 ◦ blue 11

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

Shades of Buddha Gold #CCA90B

Tints of Buddha Gold #CCA90B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.86%

R = 53.13%
G = 44.01%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CCA90B (or 0xCCA90B) is known color: Buddha Gold. HEX triplet: CC, A9 and 0B. RGB value is (204,169,11). Sum of RGB (Red+Green+Blue) = 204+169+11=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA90B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA90B is #3356F4. Grayscale: #A2A2A2. Windows color (decimal): -3364597 or 764364. OLE color: 764364.

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

Color convert

RGB 204 169 11 -
CMYK 0 0.17 0.95 0.2
HSL 49.12º 0.9% 0.42% -
HSV(B) 49.12º 0.95% 0.8% -
XYZ 39.15 41.24 6.21 -
YUV 161.45 43.1 158.35 -
System Red Green Blue C M Y K H S L
Decimal 204 169 11 0 0.17 0.95 0.2 49.12 0.9 0.42
Hex CC A9 B 0 11 5F 14 31 5A 2A
Octal 314 251 13 0 21 137 24 61 132 52
Binary 11001100 10101001 1011 0 10001 1011111 10100 110001 1011010 101010

Color Harmonies of #CCA90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA90B

Black with #CCA90B

Text Example


Text Example

White with #CCA90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA90B; }

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

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

background-color css

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

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

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

border-color css

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

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

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