Html Css Color HEX #CC8D09 Dark Goldenrod

📋 copy color: '#CC8D09'

red 204 ◦ green 141 ◦ blue 9

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

Shades of Dark Goldenrod #CC8D09

Tints of Dark Goldenrod #CC8D09

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.83%

 BLUE value IS 9 (3.91% from 255) = 2.54%

R = 57.63%
G = 39.83%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC8D09 (or 0xCC8D09) is known color: Dark Goldenrod. HEX triplet: CC, 8D and 09. RGB value is (204,141,9). Sum of RGB (Red+Green+Blue) = 204+141+9=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 9 (3.91% from 255 or 2.54% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8D09 is #3372F6. Grayscale: #919191. Windows color (decimal): -3371767 or 626124. OLE color: 626124.

HSL color Cylindrical-coordinate representation of color #CC8D09: hue angle of 40.62º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC8D09 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 141 9 -
CMYK 0 0.31 0.96 0.2
HSL 40.62º 0.92% 0.42% -
HSV(B) 40.62º 0.96% 0.8% -
XYZ 34.48 31.91 4.6 -
YUV 144.79 51.37 170.23 -
System Red Green Blue C M Y K H S L
Decimal 204 141 9 0 0.31 0.96 0.2 40.62 0.92 0.42
Hex CC 8D 9 0 1F 60 14 29 5C 2A
Octal 314 215 11 0 37 140 24 51 134 52
Binary 11001100 10001101 1001 0 11111 1100000 10100 101001 1011100 101010

Color Harmonies of #CC8D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8D09

Black with #CC8D09

Text Example


Text Example

White with #CC8D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8D09; }

 p { color: rgb(204,141,9); }

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

background-color css

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

 a { background-color: rgb(204,141,9); }

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

border-color css

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

 span { border-color: rgb(204,141,9); }

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