Html Css Color HEX #C77F0C Dark Goldenrod

📋 copy color: '#C77F0C'

red 199 ◦ green 127 ◦ blue 12

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

Shades of Dark Goldenrod #C77F0C

Tints of Dark Goldenrod #C77F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.55%

R = 58.88%
G = 37.57%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C77F0C (or 0xC77F0C) is known color: Dark Goldenrod. HEX triplet: C7, 7F and 0C. RGB value is (199,127,12). Sum of RGB (Red+Green+Blue) = 199+127+12=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77F0C is #3880F3. Grayscale: #878787. Windows color (decimal): -3703028 or 819143. OLE color: 819143.

HSL color Cylindrical-coordinate representation of color #C77F0C: hue angle of 36.9º degrees, saturation: 0.89, 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 #C77F0C is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 127 12 -
CMYK 0 0.36 0.94 0.22
HSL 36.9º 0.89% 0.41% -
HSV(B) 36.9º 0.94% 0.78% -
XYZ 31.21 27.35 3.98 -
YUV 135.42 58.35 173.35 -
System Red Green Blue C M Y K H S L
Decimal 199 127 12 0 0.36 0.94 0.22 36.9 0.89 0.41
Hex C7 7F C 0 24 5E 16 25 59 29
Octal 307 177 14 0 44 136 26 45 131 51
Binary 11000111 1111111 1100 0 100100 1011110 10110 100101 1011001 101001

Color Harmonies of #C77F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77F0C

Black with #C77F0C

Text Example


Text Example

White with #C77F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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