Html Css Color HEX #CC8C0D Dark Goldenrod

📋 copy color: '#CC8C0D'

red 204 ◦ green 140 ◦ blue 13

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

Shades of Dark Goldenrod #CC8C0D

Tints of Dark Goldenrod #CC8C0D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.22%

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

R = 57.14%
G = 39.22%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC8C0D (or 0xCC8C0D) is known color: Dark Goldenrod. HEX triplet: CC, 8C and 0D. RGB value is (204,140,13). Sum of RGB (Red+Green+Blue) = 204+140+13=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8C0D is #3373F2. Grayscale: #919191. Windows color (decimal): -3372019 or 888012. OLE color: 888012.

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

Color convert

RGB 204 140 13 -
CMYK 0 0.31 0.94 0.2
HSL 39.9º 0.88% 0.43% -
HSV(B) 39.9º 0.94% 0.8% -
XYZ 34.35 31.62 4.67 -
YUV 144.66 53.7 170.33 -
System Red Green Blue C M Y K H S L
Decimal 204 140 13 0 0.31 0.94 0.2 39.9 0.88 0.43
Hex CC 8C D 0 1F 5E 14 28 58 2B
Octal 314 214 15 0 37 136 24 50 130 53
Binary 11001100 10001100 1101 0 11111 1011110 10100 101000 1011000 101011

Color Harmonies of #CC8C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8C0D

Black with #CC8C0D

Text Example


Text Example

White with #CC8C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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