Html Css Color HEX #CCA20B Buddha Gold

📋 copy color: '#CCA20B'

red 204 ◦ green 162 ◦ blue 11

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

Shades of Buddha Gold #CCA20B

Tints of Buddha Gold #CCA20B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.97%

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

R = 54.11%
G = 42.97%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CCA20B (or 0xCCA20B) is known color: Buddha Gold. HEX triplet: CC, A2 and 0B. RGB value is (204,162,11). Sum of RGB (Red+Green+Blue) = 204+162+11=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 11 (4.69% from 255 or 2.92% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA20B is #335DF4. Grayscale: #9D9D9D. Windows color (decimal): -3366389 or 762572. OLE color: 762572.

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

Color convert

RGB 204 162 11 -
CMYK 0 0.21 0.95 0.2
HSL 46.94º 0.9% 0.42% -
HSV(B) 46.94º 0.95% 0.8% -
XYZ 37.88 38.7 5.79 -
YUV 157.34 45.41 161.28 -
System Red Green Blue C M Y K H S L
Decimal 204 162 11 0 0.21 0.95 0.2 46.94 0.9 0.42
Hex CC A2 B 0 15 5F 14 2F 5A 2A
Octal 314 242 13 0 25 137 24 57 132 52
Binary 11001100 10100010 1011 0 10101 1011111 10100 101111 1011010 101010

Color Harmonies of #CCA20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA20B

Black with #CCA20B

Text Example


Text Example

White with #CCA20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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