Html Css Color HEX #C77F01 Dark Goldenrod

📋 copy color: '#C77F01'

red 199 ◦ green 127 ◦ blue 1

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

Shades of Dark Goldenrod #C77F01

Tints of Dark Goldenrod #C77F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 60.86%
G = 38.84%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C77F01 (or 0xC77F01) is known color: Dark Goldenrod. HEX triplet: C7, 7F and 01. RGB value is (199,127,1). Sum of RGB (Red+Green+Blue) = 199+127+1=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 127 (50% from 255 or 38.84% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77F01 is #3880FE. Grayscale: #868686. Windows color (decimal): -3703039 or 98247. OLE color: 98247.

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

Color convert

RGB 199 127 1 -
CMYK 0 0.36 0.99 0.22
HSL 38.18º 0.99% 0.39% -
HSV(B) 38.18º 0.99% 0.78% -
XYZ 31.15 27.32 3.66 -
YUV 134.16 52.85 174.25 -
System Red Green Blue C M Y K H S L
Decimal 199 127 1 0 0.36 0.99 0.22 38.18 0.99 0.39
Hex C7 7F 1 0 24 63 16 26 63 27
Octal 307 177 1 0 44 143 26 46 143 47
Binary 11000111 1111111 1 0 100100 1100011 10110 100110 1100011 100111

Color Harmonies of #C77F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77F01

Black with #C77F01

Text Example


Text Example

White with #C77F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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