Html Css Color HEX #C77F05 Dark Goldenrod

📋 copy color: '#C77F05'

red 199 ◦ green 127 ◦ blue 5

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

Shades of Dark Goldenrod #C77F05

Tints of Dark Goldenrod #C77F05

RGB

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

 GREEN value IS 127 (50% from 255) = 38.37%

 BLUE value IS 5 (2.34% from 255) = 1.51%

R = 60.12%
G = 38.37%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C77F05 (or 0xC77F05) is known color: Dark Goldenrod. HEX triplet: C7, 7F and 05. RGB value is (199,127,5). Sum of RGB (Red+Green+Blue) = 199+127+5=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77F05 is #3880FA. Grayscale: #878787. Windows color (decimal): -3703035 or 360391. OLE color: 360391.

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

Color convert

RGB 199 127 5 -
CMYK 0 0.36 0.97 0.22
HSL 37.73º 0.95% 0.4% -
HSV(B) 37.73º 0.97% 0.78% -
XYZ 31.17 27.33 3.78 -
YUV 134.62 54.85 173.92 -
System Red Green Blue C M Y K H S L
Decimal 199 127 5 0 0.36 0.97 0.22 37.73 0.95 0.4
Hex C7 7F 5 0 24 61 16 26 5F 28
Octal 307 177 5 0 44 141 26 46 137 50
Binary 11000111 1111111 101 0 100100 1100001 10110 100110 1011111 101000

Color Harmonies of #C77F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77F05

Black with #C77F05

Text Example


Text Example

White with #C77F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77F05; }

 p { color: rgb(199,127,5); }

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

background-color css

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

 a { background-color: rgb(199,127,5); }

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

border-color css

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

 span { border-color: rgb(199,127,5); }

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