Html Css Color HEX #C27E06 Dark Goldenrod

📋 copy color: '#C27E06'

red 194 ◦ green 126 ◦ blue 6

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

Shades of Dark Goldenrod #C27E06

Tints of Dark Goldenrod #C27E06

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.65%

 BLUE value IS 6 (2.73% from 255) = 1.84%

R = 59.51%
G = 38.65%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C27E06 (or 0xC27E06) is known color: Dark Goldenrod. HEX triplet: C2, 7E and 06. RGB value is (194,126,6). Sum of RGB (Red+Green+Blue) = 194+126+6=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27E06 is #3D81F9. Grayscale: #858585. Windows color (decimal): -4030970 or 425666. OLE color: 425666.

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

Color convert

RGB 194 126 6 -
CMYK 0 0.35 0.97 0.24
HSL 38.3º 0.94% 0.39% -
HSV(B) 38.3º 0.97% 0.76% -
XYZ 29.74 26.4 3.7 -
YUV 132.65 56.53 171.76 -
System Red Green Blue C M Y K H S L
Decimal 194 126 6 0 0.35 0.97 0.24 38.3 0.94 0.39
Hex C2 7E 6 0 23 61 18 26 5E 27
Octal 302 176 6 0 43 141 30 46 136 47
Binary 11000010 1111110 110 0 100011 1100001 11000 100110 1011110 100111

Color Harmonies of #C27E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27E06

Black with #C27E06

Text Example


Text Example

White with #C27E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27E06; }

 p { color: rgb(194,126,6); }

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

background-color css

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

 a { background-color: rgb(194,126,6); }

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

border-color css

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

 span { border-color: rgb(194,126,6); }

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