Html Css Color HEX #CC9818 Buddha Gold

📋 copy color: '#CC9818'

red 204 ◦ green 152 ◦ blue 24

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

Shades of Buddha Gold #CC9818

Tints of Buddha Gold #CC9818

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40%

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

R = 53.68%
G = 40%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC9818 (or 0xCC9818) is known color: Buddha Gold. HEX triplet: CC, 98 and 18. RGB value is (204,152,24). Sum of RGB (Red+Green+Blue) = 204+152+24=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 24 (9.77% from 255 or 6.32% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9818 is #3367E7. Grayscale: #999999. Windows color (decimal): -3368936 or 1611980. OLE color: 1611980.

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

Color convert

RGB 204 152 24 -
CMYK 0 0.25 0.88 0.2
HSL 42.67º 0.79% 0.45% -
HSV(B) 42.67º 0.88% 0.8% -
XYZ 36.29 35.36 5.78 -
YUV 152.96 55.23 164.41 -
System Red Green Blue C M Y K H S L
Decimal 204 152 24 0 0.25 0.88 0.2 42.67 0.79 0.45
Hex CC 98 18 0 19 58 14 2B 4F 2D
Octal 314 230 30 0 31 130 24 53 117 55
Binary 11001100 10011000 11000 0 11001 1011000 10100 101011 1001111 101101

Color Harmonies of #CC9818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9818

Black with #CC9818

Text Example


Text Example

White with #CC9818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9818; }

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

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

background-color css

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

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

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

border-color css

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

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

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