Html Css Color HEX #C8800D Dark Goldenrod

📋 copy color: '#C8800D'

red 200 ◦ green 128 ◦ blue 13

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

Shades of Dark Goldenrod #C8800D

Tints of Dark Goldenrod #C8800D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.54%

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

R = 58.65%
G = 37.54%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8800D (or 0xC8800D) is known color: Dark Goldenrod. HEX triplet: C8, 80 and 0D. RGB value is (200,128,13). Sum of RGB (Red+Green+Blue) = 200+128+13=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C8800D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8800D is #377FF2. Grayscale: #888888. Windows color (decimal): -3637235 or 884936. OLE color: 884936.

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

Color convert

RGB 200 128 13 -
CMYK 0 0.36 0.94 0.22
HSL 36.9º 0.88% 0.42% -
HSV(B) 36.9º 0.94% 0.78% -
XYZ 31.61 27.75 4.07 -
YUV 136.42 58.35 173.35 -
System Red Green Blue C M Y K H S L
Decimal 200 128 13 0 0.36 0.94 0.22 36.9 0.88 0.42
Hex C8 80 D 0 24 5E 16 25 58 2A
Octal 310 200 15 0 44 136 26 45 130 52
Binary 11001000 10000000 1101 0 100100 1011110 10110 100101 1011000 101010

Color Harmonies of #C8800D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8800D

Black with #C8800D

Text Example


Text Example

White with #C8800D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8800D; }

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

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

background-color css

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

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

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

border-color css

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

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

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