Html Css Color HEX #C27D0E Dark Goldenrod

📋 copy color: '#C27D0E'

red 194 ◦ green 125 ◦ blue 14

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

Shades of Dark Goldenrod #C27D0E

Tints of Dark Goldenrod #C27D0E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.54%

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

R = 58.26%
G = 37.54%
B = 4.2%

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

#C27D0E (or 0xC27D0E) is known color: Dark Goldenrod. HEX triplet: C2, 7D and 0E. RGB value is (194,125,14). Sum of RGB (Red+Green+Blue) = 194+125+14=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27D0E is #3D82F1. Grayscale: #858585. Windows color (decimal): -4031218 or 949698. OLE color: 949698.

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

Color convert

RGB 194 125 14 -
CMYK 0 0.36 0.93 0.24
HSL 37º 0.87% 0.41% -
HSV(B) 37º 0.93% 0.76% -
XYZ 29.66 26.17 3.9 -
YUV 132.98 60.86 171.53 -
System Red Green Blue C M Y K H S L
Decimal 194 125 14 0 0.36 0.93 0.24 37 0.87 0.41
Hex C2 7D E 0 24 5D 18 25 57 29
Octal 302 175 16 0 44 135 30 45 127 51
Binary 11000010 1111101 1110 0 100100 1011101 11000 100101 1010111 101001

Color Harmonies of #C27D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27D0E

Black with #C27D0E

Text Example


Text Example

White with #C27D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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