Html Css Color HEX #C88C0E Dark Goldenrod

📋 copy color: '#C88C0E'

red 200 ◦ green 140 ◦ blue 14

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

Shades of Dark Goldenrod #C88C0E

Tints of Dark Goldenrod #C88C0E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.55%

 BLUE value IS 14 (5.86% from 255) = 3.95%

R = 56.5%
G = 39.55%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C88C0E (or 0xC88C0E) is known color: Dark Goldenrod. HEX triplet: C8, 8C and 0E. RGB value is (200,140,14). Sum of RGB (Red+Green+Blue) = 200+140+14=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 140 (55.08% from 255 or 39.55% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88C0E is #3773F1. Grayscale: #909090. Windows color (decimal): -3634162 or 953544. OLE color: 953544.

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

Color convert

RGB 200 140 14 -
CMYK 0 0.3 0.93 0.22
HSL 40.65º 0.87% 0.42% -
HSV(B) 40.65º 0.93% 0.78% -
XYZ 33.28 31.07 4.66 -
YUV 143.58 54.88 168.25 -
System Red Green Blue C M Y K H S L
Decimal 200 140 14 0 0.3 0.93 0.22 40.65 0.87 0.42
Hex C8 8C E 0 1E 5D 16 29 57 2A
Octal 310 214 16 0 36 135 26 51 127 52
Binary 11001000 10001100 1110 0 11110 1011101 10110 101001 1010111 101010

Color Harmonies of #C88C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88C0E

Black with #C88C0E

Text Example


Text Example

White with #C88C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88C0E; }

 p { color: rgb(200,140,14); }

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

background-color css

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

 a { background-color: rgb(200,140,14); }

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

border-color css

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

 span { border-color: rgb(200,140,14); }

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