Html Css Color HEX #C4770D Dark Goldenrod

📋 copy color: '#C4770D'

red 196 ◦ green 119 ◦ blue 13

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

Shades of Dark Goldenrod #C4770D

Tints of Dark Goldenrod #C4770D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.28%

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

R = 59.76%
G = 36.28%
B = 3.96%

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

#C4770D (or 0xC4770D) is known color: Dark Goldenrod. HEX triplet: C4, 77 and 0D. RGB value is (196,119,13). Sum of RGB (Red+Green+Blue) = 196+119+13=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C4770D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4770D is #3B88F2. Grayscale: #828282. Windows color (decimal): -3901683 or 882628. OLE color: 882628.

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

Color convert

RGB 196 119 13 -
CMYK 0 0.39 0.93 0.23
HSL 34.75º 0.88% 0.41% -
HSV(B) 34.75º 0.93% 0.77% -
XYZ 29.43 24.96 3.65 -
YUV 129.94 62.01 175.12 -
System Red Green Blue C M Y K H S L
Decimal 196 119 13 0 0.39 0.93 0.23 34.75 0.88 0.41
Hex C4 77 D 0 27 5D 17 23 58 29
Octal 304 167 15 0 47 135 27 43 130 51
Binary 11000100 1110111 1101 0 100111 1011101 10111 100011 1011000 101001

Color Harmonies of #C4770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4770D

Black with #C4770D

Text Example


Text Example

White with #C4770D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4770D; }

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

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

background-color css

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

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

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

border-color css

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

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

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