Html Css Color HEX #C8880D Dark Goldenrod

📋 copy color: '#C8880D'

red 200 ◦ green 136 ◦ blue 13

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

Shades of Dark Goldenrod #C8880D

Tints of Dark Goldenrod #C8880D

RGB

 RED value IS 200 (78.52% from 255) = 57.31%

 GREEN value IS 136 (53.52% from 255) = 38.97%

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

R = 57.31%
G = 38.97%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8880D (or 0xC8880D) is known color: Dark Goldenrod. HEX triplet: C8, 88 and 0D. RGB value is (200,136,13). Sum of RGB (Red+Green+Blue) = 200+136+13=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C8880D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8880D is #3777F2. Grayscale: #8D8D8D. Windows color (decimal): -3635187 or 886984. OLE color: 886984.

HSL color Cylindrical-coordinate representation of color #C8880D: hue angle of 39.47º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8880D is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 136 13 -
CMYK 0 0.32 0.94 0.22
HSL 39.47º 0.88% 0.42% -
HSV(B) 39.47º 0.94% 0.78% -
XYZ 32.7 29.92 4.43 -
YUV 141.11 55.7 170 -
System Red Green Blue C M Y K H S L
Decimal 200 136 13 0 0.32 0.94 0.22 39.47 0.88 0.42
Hex C8 88 D 0 20 5E 16 27 58 2A
Octal 310 210 15 0 40 136 26 47 130 52
Binary 11001000 10001000 1101 0 100000 1011110 10110 100111 1011000 101010

Color Harmonies of #C8880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8880D

Black with #C8880D

Text Example


Text Example

White with #C8880D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8880D; }

 p { color: rgb(200,136,13); }

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

background-color css

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

 a { background-color: rgb(200,136,13); }

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

border-color css

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

 span { border-color: rgb(200,136,13); }

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