Html Css Color HEX #C88A0E Dark Goldenrod

📋 copy color: '#C88A0E'

red 200 ◦ green 138 ◦ blue 14

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

Shades of Dark Goldenrod #C88A0E

Tints of Dark Goldenrod #C88A0E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.2%

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

R = 56.82%
G = 39.2%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C88A0E (or 0xC88A0E) is known color: Dark Goldenrod. HEX triplet: C8, 8A and 0E. RGB value is (200,138,14). Sum of RGB (Red+Green+Blue) = 200+138+14=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88A0E is #3775F1. Grayscale: #8E8E8E. Windows color (decimal): -3634674 or 953032. OLE color: 953032.

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

Color convert

RGB 200 138 14 -
CMYK 0 0.31 0.93 0.22
HSL 40º 0.87% 0.42% -
HSV(B) 40º 0.93% 0.78% -
XYZ 32.99 30.49 4.56 -
YUV 142.4 55.54 169.08 -
System Red Green Blue C M Y K H S L
Decimal 200 138 14 0 0.31 0.93 0.22 40 0.87 0.42
Hex C8 8A E 0 1F 5D 16 28 57 2A
Octal 310 212 16 0 37 135 26 50 127 52
Binary 11001000 10001010 1110 0 11111 1011101 10110 101000 1010111 101010

Color Harmonies of #C88A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88A0E

Black with #C88A0E

Text Example


Text Example

White with #C88A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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