Html Css Color HEX #C27701 Dark Goldenrod

📋 copy color: '#C27701'

red 194 ◦ green 119 ◦ blue 1

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

Shades of Dark Goldenrod #C27701

Tints of Dark Goldenrod #C27701

RGB

 RED value IS 194 (76.17% from 255) = 61.78%

 GREEN value IS 119 (46.88% from 255) = 37.9%

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

R = 61.78%
G = 37.9%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C27701 (or 0xC27701) is known color: Dark Goldenrod. HEX triplet: C2, 77 and 01. RGB value is (194,119,1). Sum of RGB (Red+Green+Blue) = 194+119+1=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C27701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27701 is #3D88FE. Grayscale: #808080. Windows color (decimal): -4032767 or 96194. OLE color: 96194.

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

Color convert

RGB 194 119 1 -
CMYK 0 0.39 0.99 0.24
HSL 36.68º 0.99% 0.38% -
HSV(B) 36.68º 0.99% 0.76% -
XYZ 28.85 24.67 3.27 -
YUV 127.97 56.35 175.09 -
System Red Green Blue C M Y K H S L
Decimal 194 119 1 0 0.39 0.99 0.24 36.68 0.99 0.38
Hex C2 77 1 0 27 63 18 25 63 26
Octal 302 167 1 0 47 143 30 45 143 46
Binary 11000010 1110111 1 0 100111 1100011 11000 100101 1100011 100110

Color Harmonies of #C27701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27701

Black with #C27701

Text Example


Text Example

White with #C27701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27701; }

 p { color: rgb(194,119,1); }

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

background-color css

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

 a { background-color: rgb(194,119,1); }

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

border-color css

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

 span { border-color: rgb(194,119,1); }

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