Html Css Color HEX #C4790F Dark Goldenrod

📋 copy color: '#C4790F'

red 196 ◦ green 121 ◦ blue 15

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

Shades of Dark Goldenrod #C4790F

Tints of Dark Goldenrod #C4790F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.45%

 BLUE value IS 15 (6.25% from 255) = 4.52%

R = 59.04%
G = 36.45%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C4790F (or 0xC4790F) is known color: Dark Goldenrod. HEX triplet: C4, 79 and 0F. RGB value is (196,121,15). Sum of RGB (Red+Green+Blue) = 196+121+15=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C4790F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4790F is #3B86F0. Grayscale: #838383. Windows color (decimal): -3901169 or 1014212. OLE color: 1014212.

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

Color convert

RGB 196 121 15 -
CMYK 0 0.38 0.92 0.23
HSL 35.14º 0.86% 0.41% -
HSV(B) 35.14º 0.92% 0.77% -
XYZ 29.69 25.45 3.8 -
YUV 131.34 62.35 174.12 -
System Red Green Blue C M Y K H S L
Decimal 196 121 15 0 0.38 0.92 0.23 35.14 0.86 0.41
Hex C4 79 F 0 26 5C 17 23 56 29
Octal 304 171 17 0 46 134 27 43 126 51
Binary 11000100 1111001 1111 0 100110 1011100 10111 100011 1010110 101001

Color Harmonies of #C4790F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4790F

Black with #C4790F

Text Example


Text Example

White with #C4790F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4790F; }

 p { color: rgb(196,121,15); }

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

background-color css

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

 a { background-color: rgb(196,121,15); }

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

border-color css

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

 span { border-color: rgb(196,121,15); }

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