Html Css Color HEX #CC990E Buddha Gold

📋 copy color: '#CC990E'

red 204 ◦ green 153 ◦ blue 14

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

Shades of Buddha Gold #CC990E

Tints of Buddha Gold #CC990E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.24%

 BLUE value IS 14 (5.86% from 255) = 3.77%

R = 54.99%
G = 41.24%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC990E (or 0xCC990E) is known color: Buddha Gold. HEX triplet: CC, 99 and 0E. RGB value is (204,153,14). Sum of RGB (Red+Green+Blue) = 204+153+14=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC990E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC990E is #3366F1. Grayscale: #999999. Windows color (decimal): -3368690 or 956876. OLE color: 956876.

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

Color convert

RGB 204 153 14 -
CMYK 0 0.25 0.93 0.2
HSL 43.89º 0.87% 0.43% -
HSV(B) 43.89º 0.93% 0.8% -
XYZ 36.37 35.65 5.38 -
YUV 152.4 49.9 164.8 -
System Red Green Blue C M Y K H S L
Decimal 204 153 14 0 0.25 0.93 0.2 43.89 0.87 0.43
Hex CC 99 E 0 19 5D 14 2C 57 2B
Octal 314 231 16 0 31 135 24 54 127 53
Binary 11001100 10011001 1110 0 11001 1011101 10100 101100 1010111 101011

Color Harmonies of #CC990E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC990E

Black with #CC990E

Text Example


Text Example

White with #CC990E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC990E; }

 p { color: rgb(204,153,14); }

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

background-color css

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

 a { background-color: rgb(204,153,14); }

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

border-color css

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

 span { border-color: rgb(204,153,14); }

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