Html Css Color HEX #C4880E Dark Goldenrod

📋 copy color: '#C4880E'

red 196 ◦ green 136 ◦ blue 14

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

Shades of Dark Goldenrod #C4880E

Tints of Dark Goldenrod #C4880E

RGB

 RED value IS 196 (76.95% from 255) = 56.65%

 GREEN value IS 136 (53.52% from 255) = 39.31%

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

R = 56.65%
G = 39.31%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4880E (or 0xC4880E) is known color: Dark Goldenrod. HEX triplet: C4, 88 and 0E. RGB value is (196,136,14). Sum of RGB (Red+Green+Blue) = 196+136+14=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C4880E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4880E is #3B77F1. Grayscale: #8C8C8C. Windows color (decimal): -3897330 or 952516. OLE color: 952516.

HSL color Cylindrical-coordinate representation of color #C4880E: hue angle of 40.22º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4880E is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 136 14 -
CMYK 0 0.31 0.93 0.23
HSL 40.22º 0.87% 0.41% -
HSV(B) 40.22º 0.93% 0.77% -
XYZ 31.65 29.38 4.42 -
YUV 140.03 56.88 167.92 -
System Red Green Blue C M Y K H S L
Decimal 196 136 14 0 0.31 0.93 0.23 40.22 0.87 0.41
Hex C4 88 E 0 1F 5D 17 28 57 29
Octal 304 210 16 0 37 135 27 50 127 51
Binary 11000100 10001000 1110 0 11111 1011101 10111 101000 1010111 101001

Color Harmonies of #C4880E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4880E

Black with #C4880E

Text Example


Text Example

White with #C4880E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4880E; }

 p { color: rgb(196,136,14); }

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

background-color css

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

 a { background-color: rgb(196,136,14); }

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

border-color css

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

 span { border-color: rgb(196,136,14); }

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