Html Css Color HEX #CC900D Dark Goldenrod

📋 copy color: '#CC900D'

red 204 ◦ green 144 ◦ blue 13

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

Shades of Dark Goldenrod #CC900D

Tints of Dark Goldenrod #CC900D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.6%

R = 56.51%
G = 39.89%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC900D (or 0xCC900D) is known color: Dark Goldenrod. HEX triplet: CC, 90 and 0D. RGB value is (204,144,13). Sum of RGB (Red+Green+Blue) = 204+144+13=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC900D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC900D is #336FF2. Grayscale: #939393. Windows color (decimal): -3370995 or 889036. OLE color: 889036.

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

Color convert

RGB 204 144 13 -
CMYK 0 0.29 0.94 0.2
HSL 41.15º 0.88% 0.43% -
HSV(B) 41.15º 0.94% 0.8% -
XYZ 34.95 32.81 4.87 -
YUV 147.01 52.38 168.65 -
System Red Green Blue C M Y K H S L
Decimal 204 144 13 0 0.29 0.94 0.2 41.15 0.88 0.43
Hex CC 90 D 0 1D 5E 14 29 58 2B
Octal 314 220 15 0 35 136 24 51 130 53
Binary 11001100 10010000 1101 0 11101 1011110 10100 101001 1011000 101011

Color Harmonies of #CC900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC900D

Black with #CC900D

Text Example


Text Example

White with #CC900D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC900D; }

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

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

background-color css

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

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

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

border-color css

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

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

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