Html Css Color HEX #C4760D Dark Goldenrod

📋 copy color: '#C4760D'

red 196 ◦ green 118 ◦ blue 13

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

Shades of Dark Goldenrod #C4760D

Tints of Dark Goldenrod #C4760D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.09%

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

R = 59.94%
G = 36.09%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4760D (or 0xC4760D) is known color: Dark Goldenrod. HEX triplet: C4, 76 and 0D. RGB value is (196,118,13). Sum of RGB (Red+Green+Blue) = 196+118+13=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C4760D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4760D is #3B89F2. Grayscale: #818181. Windows color (decimal): -3901939 or 882372. OLE color: 882372.

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

Color convert

RGB 196 118 13 -
CMYK 0 0.40 0.93 0.23
HSL 34.43º 0.88% 0.41% -
HSV(B) 34.43º 0.93% 0.77% -
XYZ 29.32 24.72 3.61 -
YUV 129.35 62.34 175.54 -
System Red Green Blue C M Y K H S L
Decimal 196 118 13 0 0.40 0.93 0.23 34.43 0.88 0.41
Hex C4 76 D 0 28 5D 17 22 58 29
Octal 304 166 15 0 50 135 27 42 130 51
Binary 11000100 1110110 1101 0 101000 1011101 10111 100010 1011000 101001

Color Harmonies of #C4760D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4760D

Black with #C4760D

Text Example


Text Example

White with #C4760D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4760D; }

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

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

background-color css

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

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

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

border-color css

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

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

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