Html Css Color HEX #C27C05 Dark Goldenrod

📋 copy color: '#C27C05'

red 194 ◦ green 124 ◦ blue 5

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

Shades of Dark Goldenrod #C27C05

Tints of Dark Goldenrod #C27C05

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.39%

 BLUE value IS 5 (2.34% from 255) = 1.55%

R = 60.06%
G = 38.39%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C27C05 (or 0xC27C05) is known color: Dark Goldenrod. HEX triplet: C2, 7C and 05. RGB value is (194,124,5). Sum of RGB (Red+Green+Blue) = 194+124+5=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27C05 is #3D83FA. Grayscale: #838383. Windows color (decimal): -4031483 or 359618. OLE color: 359618.

HSL color Cylindrical-coordinate representation of color #C27C05: hue angle of 37.78º degrees, saturation: 0.95, 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 #C27C05 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 124 5 -
CMYK 0 0.36 0.97 0.24
HSL 37.78º 0.95% 0.39% -
HSV(B) 37.78º 0.97% 0.76% -
XYZ 29.48 25.9 3.59 -
YUV 131.36 56.69 172.68 -
System Red Green Blue C M Y K H S L
Decimal 194 124 5 0 0.36 0.97 0.24 37.78 0.95 0.39
Hex C2 7C 5 0 24 61 18 26 5F 27
Octal 302 174 5 0 44 141 30 46 137 47
Binary 11000010 1111100 101 0 100100 1100001 11000 100110 1011111 100111

Color Harmonies of #C27C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27C05

Black with #C27C05

Text Example


Text Example

White with #C27C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27C05; }

 p { color: rgb(194,124,5); }

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

background-color css

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

 a { background-color: rgb(194,124,5); }

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

border-color css

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

 span { border-color: rgb(194,124,5); }

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