Html Css Color HEX #C0770B Dark Goldenrod

📋 copy color: '#C0770B'

red 192 ◦ green 119 ◦ blue 11

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

Shades of Dark Goldenrod #C0770B

Tints of Dark Goldenrod #C0770B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.42%

R = 59.63%
G = 36.96%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0770B (or 0xC0770B) is known color: Dark Goldenrod. HEX triplet: C0, 77 and 0B. RGB value is (192,119,11). Sum of RGB (Red+Green+Blue) = 192+119+11=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C0770B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0770B is #3F88F4. Grayscale: #818181. Windows color (decimal): -4163829 or 751552. OLE color: 751552.

HSL color Cylindrical-coordinate representation of color #C0770B: hue angle of 35.8º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0770B is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 119 11 -
CMYK 0 0.38 0.94 0.25
HSL 35.8º 0.89% 0.4% -
HSV(B) 35.8º 0.94% 0.75% -
XYZ 28.4 24.42 3.53 -
YUV 128.52 61.68 173.28 -
System Red Green Blue C M Y K H S L
Decimal 192 119 11 0 0.38 0.94 0.25 35.8 0.89 0.4
Hex C0 77 B 0 26 5E 19 24 59 28
Octal 300 167 13 0 46 136 31 44 131 50
Binary 11000000 1110111 1011 0 100110 1011110 11001 100100 1011001 101000

Color Harmonies of #C0770B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0770B

Black with #C0770B

Text Example


Text Example

White with #C0770B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0770B; }

 p { color: rgb(192,119,11); }

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

background-color css

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

 a { background-color: rgb(192,119,11); }

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

border-color css

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

 span { border-color: rgb(192,119,11); }

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