Html Css Color HEX #C77A07 Dark Goldenrod

📋 copy color: '#C77A07'

red 199 ◦ green 122 ◦ blue 7

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

Shades of Dark Goldenrod #C77A07

Tints of Dark Goldenrod #C77A07

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.2%

 BLUE value IS 7 (3.13% from 255) = 2.13%

R = 60.67%
G = 37.2%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C77A07 (or 0xC77A07) is known color: Dark Goldenrod. HEX triplet: C7, 7A and 07. RGB value is (199,122,7). Sum of RGB (Red+Green+Blue) = 199+122+7=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77A07 is #3885F8. Grayscale: #848484. Windows color (decimal): -3704313 or 490183. OLE color: 490183.

HSL color Cylindrical-coordinate representation of color #C77A07: hue angle of 35.94º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C77A07 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 122 7 -
CMYK 0 0.39 0.96 0.22
HSL 35.94º 0.93% 0.4% -
HSV(B) 35.94º 0.96% 0.78% -
XYZ 30.55 26.08 3.62 -
YUV 131.91 57.51 175.85 -
System Red Green Blue C M Y K H S L
Decimal 199 122 7 0 0.39 0.96 0.22 35.94 0.93 0.4
Hex C7 7A 7 0 27 60 16 24 5D 28
Octal 307 172 7 0 47 140 26 44 135 50
Binary 11000111 1111010 111 0 100111 1100000 10110 100100 1011101 101000

Color Harmonies of #C77A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77A07

Black with #C77A07

Text Example


Text Example

White with #C77A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77A07; }

 p { color: rgb(199,122,7); }

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

background-color css

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

 a { background-color: rgb(199,122,7); }

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

border-color css

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

 span { border-color: rgb(199,122,7); }

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