Html Css Color HEX #CC9413 Buddha Gold

📋 copy color: '#CC9413'

red 204 ◦ green 148 ◦ blue 19

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

Shades of Buddha Gold #CC9413

Tints of Buddha Gold #CC9413

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.89%

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

R = 54.99%
G = 39.89%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC9413 (or 0xCC9413) is known color: Buddha Gold. HEX triplet: CC, 94 and 13. RGB value is (204,148,19). Sum of RGB (Red+Green+Blue) = 204+148+19=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9413 is #336BEC. Grayscale: #969696. Windows color (decimal): -3369965 or 1283276. OLE color: 1283276.

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

Color convert

RGB 204 148 19 -
CMYK 0 0.27 0.91 0.2
HSL 41.84º 0.83% 0.44% -
HSV(B) 41.84º 0.91% 0.8% -
XYZ 35.61 34.06 5.31 -
YUV 150.04 54.05 166.49 -
System Red Green Blue C M Y K H S L
Decimal 204 148 19 0 0.27 0.91 0.2 41.84 0.83 0.44
Hex CC 94 13 0 1B 5B 14 2A 53 2C
Octal 314 224 23 0 33 133 24 52 123 54
Binary 11001100 10010100 10011 0 11011 1011011 10100 101010 1010011 101100

Color Harmonies of #CC9413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9413

Black with #CC9413

Text Example


Text Example

White with #CC9413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9413; }

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

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

background-color css

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

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

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

border-color css

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

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

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