Html Css Color HEX #CC9813 Buddha Gold

📋 copy color: '#CC9813'

red 204 ◦ green 152 ◦ blue 19

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

Shades of Buddha Gold #CC9813

Tints of Buddha Gold #CC9813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.07%

R = 54.4%
G = 40.53%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC9813 (or 0xCC9813) is known color: Buddha Gold. HEX triplet: CC, 98 and 13. RGB value is (204,152,19). Sum of RGB (Red+Green+Blue) = 204+152+19=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9813 is #3367EC. Grayscale: #989898. Windows color (decimal): -3368941 or 1284300. OLE color: 1284300.

HSL color Cylindrical-coordinate representation of color #CC9813: hue angle of 43.14º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC9813 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 152 19 -
CMYK 0 0.25 0.91 0.2
HSL 43.14º 0.83% 0.44% -
HSV(B) 43.14º 0.91% 0.8% -
XYZ 36.25 35.34 5.53 -
YUV 152.39 52.73 164.81 -
System Red Green Blue C M Y K H S L
Decimal 204 152 19 0 0.25 0.91 0.2 43.14 0.83 0.44
Hex CC 98 13 0 19 5B 14 2B 53 2C
Octal 314 230 23 0 31 133 24 53 123 54
Binary 11001100 10011000 10011 0 11001 1011011 10100 101011 1010011 101100

Color Harmonies of #CC9813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9813

Black with #CC9813

Text Example


Text Example

White with #CC9813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9813; }

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

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

background-color css

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

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

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

border-color css

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

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

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