Html Css Color HEX #C77A00 Dark Goldenrod

📋 copy color: '#C77A00'

red 199 ◦ green 122 ◦ blue 0

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

Shades of Dark Goldenrod #C77A00

Tints of Dark Goldenrod #C77A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.99%
G = 38.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C77A00 (or 0xC77A00) is known color: Dark Goldenrod. HEX triplet: C7, 7A and 00. RGB value is (199,122,0). Sum of RGB (Red+Green+Blue) = 199+122+0=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77A00 is #3885FF. Grayscale: #838383. Windows color (decimal): -3704320 or 31431. OLE color: 31431.

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

Color convert

RGB 199 122 0 -
CMYK 0 0.39 1 0.22
HSL 36.78º 1% 0.39% -
HSV(B) 36.78º 1% 0.78% -
XYZ 30.51 26.06 3.42 -
YUV 131.12 54.01 176.42 -
System Red Green Blue C M Y K H S L
Decimal 199 122 0 0 0.39 1 0.22 36.78 1 0.39
Hex C7 7A 0 0 27 64 16 25 64 27
Octal 307 172 0 0 47 144 26 45 144 47
Binary 11000111 1111010 0 0 100111 1100100 10110 100101 1100100 100111

Color Harmonies of #C77A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77A00

Black with #C77A00

Text Example


Text Example

White with #C77A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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