Html Css Color HEX #C88E0C Dark Goldenrod

📋 copy color: '#C88E0C'

red 200 ◦ green 142 ◦ blue 12

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

Shades of Dark Goldenrod #C88E0C

Tints of Dark Goldenrod #C88E0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.39%

R = 56.5%
G = 40.11%
B = 3.39%

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

#C88E0C (or 0xC88E0C) is known color: Dark Goldenrod. HEX triplet: C8, 8E and 0C. RGB value is (200,142,12). Sum of RGB (Red+Green+Blue) = 200+142+12=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88E0C is #3771F3. Grayscale: #919191. Windows color (decimal): -3633652 or 822984. OLE color: 822984.

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

Color convert

RGB 200 142 12 -
CMYK 0 0.29 0.94 0.22
HSL 41.49º 0.89% 0.42% -
HSV(B) 41.49º 0.94% 0.78% -
XYZ 33.56 31.65 4.69 -
YUV 144.52 53.22 167.57 -
System Red Green Blue C M Y K H S L
Decimal 200 142 12 0 0.29 0.94 0.22 41.49 0.89 0.42
Hex C8 8E C 0 1D 5E 16 29 59 2A
Octal 310 216 14 0 35 136 26 51 131 52
Binary 11001000 10001110 1100 0 11101 1011110 10110 101001 1011001 101010

Color Harmonies of #C88E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88E0C

Black with #C88E0C

Text Example


Text Example

White with #C88E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88E0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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