Html Css Color HEX #C77F0B Dark Goldenrod

📋 copy color: '#C77F0B'

red 199 ◦ green 127 ◦ blue 11

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

Shades of Dark Goldenrod #C77F0B

Tints of Dark Goldenrod #C77F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.26%

R = 59.05%
G = 37.69%
B = 3.26%

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

#C77F0B (or 0xC77F0B) is known color: Dark Goldenrod. HEX triplet: C7, 7F and 0B. RGB value is (199,127,11). Sum of RGB (Red+Green+Blue) = 199+127+11=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77F0B is #3880F4. Grayscale: #878787. Windows color (decimal): -3703029 or 753607. OLE color: 753607.

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

Color convert

RGB 199 127 11 -
CMYK 0 0.36 0.94 0.22
HSL 37.02º 0.9% 0.41% -
HSV(B) 37.02º 0.94% 0.78% -
XYZ 31.2 27.35 3.95 -
YUV 135.3 57.85 173.43 -
System Red Green Blue C M Y K H S L
Decimal 199 127 11 0 0.36 0.94 0.22 37.02 0.9 0.41
Hex C7 7F B 0 24 5E 16 25 5A 29
Octal 307 177 13 0 44 136 26 45 132 51
Binary 11000111 1111111 1011 0 100100 1011110 10110 100101 1011010 101001

Color Harmonies of #C77F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77F0B

Black with #C77F0B

Text Example


Text Example

White with #C77F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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