Html Css Color HEX #C27C0D Dark Goldenrod

📋 copy color: '#C27C0D'

red 194 ◦ green 124 ◦ blue 13

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

Shades of Dark Goldenrod #C27C0D

Tints of Dark Goldenrod #C27C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.93%

R = 58.61%
G = 37.46%
B = 3.93%

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

#C27C0D (or 0xC27C0D) is known color: Dark Goldenrod. HEX triplet: C2, 7C and 0D. RGB value is (194,124,13). Sum of RGB (Red+Green+Blue) = 194+124+13=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27C0D is #3D83F2. Grayscale: #848484. Windows color (decimal): -4031475 or 883906. OLE color: 883906.

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

Color convert

RGB 194 124 13 -
CMYK 0 0.36 0.93 0.24
HSL 36.8º 0.87% 0.41% -
HSV(B) 36.8º 0.93% 0.76% -
XYZ 29.53 25.91 3.83 -
YUV 132.28 60.69 172.03 -
System Red Green Blue C M Y K H S L
Decimal 194 124 13 0 0.36 0.93 0.24 36.8 0.87 0.41
Hex C2 7C D 0 24 5D 18 25 57 29
Octal 302 174 15 0 44 135 30 45 127 51
Binary 11000010 1111100 1101 0 100100 1011101 11000 100101 1010111 101001

Color Harmonies of #C27C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27C0D

Black with #C27C0D

Text Example


Text Example

White with #C27C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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