Html Css Color HEX #C88E0D Dark Goldenrod

📋 copy color: '#C88E0D'

red 200 ◦ green 142 ◦ blue 13

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

Shades of Dark Goldenrod #C88E0D

Tints of Dark Goldenrod #C88E0D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40%

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

R = 56.34%
G = 40%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C88E0D (or 0xC88E0D) is known color: Dark Goldenrod. HEX triplet: C8, 8E and 0D. RGB value is (200,142,13). Sum of RGB (Red+Green+Blue) = 200+142+13=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88E0D is #3771F2. Grayscale: #919191. Windows color (decimal): -3633651 or 888520. OLE color: 888520.

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

Color convert

RGB 200 142 13 -
CMYK 0 0.29 0.94 0.22
HSL 41.39º 0.88% 0.42% -
HSV(B) 41.39º 0.94% 0.78% -
XYZ 33.57 31.65 4.72 -
YUV 144.64 53.72 167.49 -
System Red Green Blue C M Y K H S L
Decimal 200 142 13 0 0.29 0.94 0.22 41.39 0.88 0.42
Hex C8 8E D 0 1D 5E 16 29 58 2A
Octal 310 216 15 0 35 136 26 51 130 52
Binary 11001000 10001110 1101 0 11101 1011110 10110 101001 1011000 101010

Color Harmonies of #C88E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88E0D

Black with #C88E0D

Text Example


Text Example

White with #C88E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88E0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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