Html Css Color HEX #C0790F Dark Goldenrod

📋 copy color: '#C0790F'

red 192 ◦ green 121 ◦ blue 15

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

Shades of Dark Goldenrod #C0790F

Tints of Dark Goldenrod #C0790F

RGB

 RED value IS 192 (75.39% from 255) = 58.54%

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

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

R = 58.54%
G = 36.89%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C0790F (or 0xC0790F) is known color: Dark Goldenrod. HEX triplet: C0, 79 and 0F. RGB value is (192,121,15). Sum of RGB (Red+Green+Blue) = 192+121+15=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C0790F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0790F is #3F86F0. Grayscale: #828282. Windows color (decimal): -4163313 or 1014208. OLE color: 1014208.

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

Color convert

RGB 192 121 15 -
CMYK 0 0.37 0.92 0.25
HSL 35.93º 0.86% 0.41% -
HSV(B) 35.93º 0.92% 0.75% -
XYZ 28.66 24.92 3.75 -
YUV 130.15 63.02 172.12 -
System Red Green Blue C M Y K H S L
Decimal 192 121 15 0 0.37 0.92 0.25 35.93 0.86 0.41
Hex C0 79 F 0 25 5C 19 24 56 29
Octal 300 171 17 0 45 134 31 44 126 51
Binary 11000000 1111001 1111 0 100101 1011100 11001 100100 1010110 101001

Color Harmonies of #C0790F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0790F

Black with #C0790F

Text Example


Text Example

White with #C0790F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0790F; }

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

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

background-color css

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

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

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

border-color css

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

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

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