Html Css Color HEX #C77C0B Dark Goldenrod

📋 copy color: '#C77C0B'

red 199 ◦ green 124 ◦ blue 11

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

Shades of Dark Goldenrod #C77C0B

Tints of Dark Goldenrod #C77C0B

RGB

 RED value IS 199 (78.13% from 255) = 59.58%

 GREEN value IS 124 (48.83% from 255) = 37.13%

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

R = 59.58%
G = 37.13%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C77C0B (or 0xC77C0B) is known color: Dark Goldenrod. HEX triplet: C7, 7C and 0B. RGB value is (199,124,11). Sum of RGB (Red+Green+Blue) = 199+124+11=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77C0B is #3883F4. Grayscale: #868686. Windows color (decimal): -3703797 or 752839. OLE color: 752839.

HSL color Cylindrical-coordinate representation of color #C77C0B: hue angle of 36.06º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C77C0B is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 124 11 -
CMYK 0 0.38 0.94 0.22
HSL 36.06º 0.9% 0.41% -
HSV(B) 36.06º 0.94% 0.78% -
XYZ 30.82 26.58 3.82 -
YUV 133.54 58.85 174.69 -
System Red Green Blue C M Y K H S L
Decimal 199 124 11 0 0.38 0.94 0.22 36.06 0.9 0.41
Hex C7 7C B 0 26 5E 16 24 5A 29
Octal 307 174 13 0 46 136 26 44 132 51
Binary 11000111 1111100 1011 0 100110 1011110 10110 100100 1011010 101001

Color Harmonies of #C77C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77C0B

Black with #C77C0B

Text Example


Text Example

White with #C77C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77C0B; }

 p { color: rgb(199,124,11); }

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

background-color css

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

 a { background-color: rgb(199,124,11); }

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

border-color css

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

 span { border-color: rgb(199,124,11); }

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