Html Css Color HEX #C4780D Dark Goldenrod

📋 copy color: '#C4780D'

red 196 ◦ green 120 ◦ blue 13

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

Shades of Dark Goldenrod #C4780D

Tints of Dark Goldenrod #C4780D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.95%

R = 59.57%
G = 36.47%
B = 3.95%

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

#C4780D (or 0xC4780D) is known color: Dark Goldenrod. HEX triplet: C4, 78 and 0D. RGB value is (196,120,13). Sum of RGB (Red+Green+Blue) = 196+120+13=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C4780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4780D is #3B87F2. Grayscale: #838383. Windows color (decimal): -3901427 or 882884. OLE color: 882884.

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

Color convert

RGB 196 120 13 -
CMYK 0 0.39 0.93 0.23
HSL 35.08º 0.88% 0.41% -
HSV(B) 35.08º 0.93% 0.77% -
XYZ 29.55 25.2 3.69 -
YUV 130.53 61.68 174.7 -
System Red Green Blue C M Y K H S L
Decimal 196 120 13 0 0.39 0.93 0.23 35.08 0.88 0.41
Hex C4 78 D 0 27 5D 17 23 58 29
Octal 304 170 15 0 47 135 27 43 130 51
Binary 11000100 1111000 1101 0 100111 1011101 10111 100011 1011000 101001

Color Harmonies of #C4780D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4780D

Black with #C4780D

Text Example


Text Example

White with #C4780D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4780D; }

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

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

background-color css

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

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

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

border-color css

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

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

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