Html Css Color HEX #CC9018 Buddha Gold

📋 copy color: '#CC9018'

red 204 ◦ green 144 ◦ blue 24

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

Shades of Buddha Gold #CC9018

Tints of Buddha Gold #CC9018

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.71%

 BLUE value IS 24 (9.77% from 255) = 6.45%

R = 54.84%
G = 38.71%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC9018 (or 0xCC9018) is known color: Buddha Gold. HEX triplet: CC, 90 and 18. RGB value is (204,144,24). Sum of RGB (Red+Green+Blue) = 204+144+24=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 24 (9.77% from 255 or 6.45% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9018 is #336FE7. Grayscale: #949494. Windows color (decimal): -3370984 or 1609932. OLE color: 1609932.

HSL color Cylindrical-coordinate representation of color #CC9018: hue angle of 40º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC9018 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 144 24 -
CMYK 0 0.29 0.88 0.2
HSL 40º 0.79% 0.45% -
HSV(B) 40º 0.88% 0.8% -
XYZ 35.04 32.85 5.36 -
YUV 148.26 57.88 167.76 -
System Red Green Blue C M Y K H S L
Decimal 204 144 24 0 0.29 0.88 0.2 40 0.79 0.45
Hex CC 90 18 0 1D 58 14 28 4F 2D
Octal 314 220 30 0 35 130 24 50 117 55
Binary 11001100 10010000 11000 0 11101 1011000 10100 101000 1001111 101101

Color Harmonies of #CC9018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9018

Black with #CC9018

Text Example


Text Example

White with #CC9018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9018; }

 p { color: rgb(204,144,24); }

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

background-color css

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

 a { background-color: rgb(204,144,24); }

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

border-color css

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

 span { border-color: rgb(204,144,24); }

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