Html Css Color HEX #C27C0E Dark Goldenrod

📋 copy color: '#C27C0E'

red 194 ◦ green 124 ◦ blue 14

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

Shades of Dark Goldenrod #C27C0E

Tints of Dark Goldenrod #C27C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.22%

R = 58.43%
G = 37.35%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C27C0E (or 0xC27C0E) is known color: Dark Goldenrod. HEX triplet: C2, 7C and 0E. RGB value is (194,124,14). Sum of RGB (Red+Green+Blue) = 194+124+14=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27C0E is #3D83F1. Grayscale: #848484. Windows color (decimal): -4031474 or 949442. OLE color: 949442.

HSL color Cylindrical-coordinate representation of color #C27C0E: hue angle of 36.67º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C27C0E is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 124 14 -
CMYK 0 0.36 0.93 0.24
HSL 36.67º 0.87% 0.41% -
HSV(B) 36.67º 0.93% 0.76% -
XYZ 29.54 25.92 3.86 -
YUV 132.39 61.19 171.94 -
System Red Green Blue C M Y K H S L
Decimal 194 124 14 0 0.36 0.93 0.24 36.67 0.87 0.41
Hex C2 7C E 0 24 5D 18 25 57 29
Octal 302 174 16 0 44 135 30 45 127 51
Binary 11000010 1111100 1110 0 100100 1011101 11000 100101 1010111 101001

Color Harmonies of #C27C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27C0E

Black with #C27C0E

Text Example


Text Example

White with #C27C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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