Html Css Color HEX #C4780E Dark Goldenrod

📋 copy color: '#C4780E'

red 196 ◦ green 120 ◦ blue 14

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

Shades of Dark Goldenrod #C4780E

Tints of Dark Goldenrod #C4780E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.36%

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

R = 59.39%
G = 36.36%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4780E (or 0xC4780E) is known color: Dark Goldenrod. HEX triplet: C4, 78 and 0E. RGB value is (196,120,14). Sum of RGB (Red+Green+Blue) = 196+120+14=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C4780E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4780E is #3B87F1. Grayscale: #838383. Windows color (decimal): -3901426 or 948420. OLE color: 948420.

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

Color convert

RGB 196 120 14 -
CMYK 0 0.39 0.93 0.23
HSL 34.95º 0.87% 0.41% -
HSV(B) 34.95º 0.93% 0.77% -
XYZ 29.56 25.2 3.72 -
YUV 130.64 62.18 174.62 -
System Red Green Blue C M Y K H S L
Decimal 196 120 14 0 0.39 0.93 0.23 34.95 0.87 0.41
Hex C4 78 E 0 27 5D 17 23 57 29
Octal 304 170 16 0 47 135 27 43 127 51
Binary 11000100 1111000 1110 0 100111 1011101 10111 100011 1010111 101001

Color Harmonies of #C4780E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4780E

Black with #C4780E

Text Example


Text Example

White with #C4780E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4780E; }

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

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

background-color css

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

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

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

border-color css

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

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

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