Html Css Color HEX #C8900D Dark Goldenrod

📋 copy color: '#C8900D'

red 200 ◦ green 144 ◦ blue 13

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

Shades of Dark Goldenrod #C8900D

Tints of Dark Goldenrod #C8900D

RGB

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

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

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

R = 56.02%
G = 40.34%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8900D (or 0xC8900D) is known color: Dark Goldenrod. HEX triplet: C8, 90 and 0D. RGB value is (200,144,13). Sum of RGB (Red+Green+Blue) = 200+144+13=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C8900D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8900D is #376FF2. Grayscale: #929292. Windows color (decimal): -3633139 or 889032. OLE color: 889032.

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

Color convert

RGB 200 144 13 -
CMYK 0 0.28 0.94 0.22
HSL 42.03º 0.88% 0.42% -
HSV(B) 42.03º 0.94% 0.78% -
XYZ 33.87 32.25 4.82 -
YUV 145.81 53.05 166.65 -
System Red Green Blue C M Y K H S L
Decimal 200 144 13 0 0.28 0.94 0.22 42.03 0.88 0.42
Hex C8 90 D 0 1C 5E 16 2A 58 2A
Octal 310 220 15 0 34 136 26 52 130 52
Binary 11001000 10010000 1101 0 11100 1011110 10110 101010 1011000 101010

Color Harmonies of #C8900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8900D

Black with #C8900D

Text Example


Text Example

White with #C8900D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8900D; }

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

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

background-color css

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

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

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

border-color css

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

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

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