Html Css Color HEX #C27005 Dark Goldenrod

📋 copy color: '#C27005'

red 194 ◦ green 112 ◦ blue 5

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

Shades of Dark Goldenrod #C27005

Tints of Dark Goldenrod #C27005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.01%

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

R = 62.38%
G = 36.01%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C27005 (or 0xC27005) is known color: Dark Goldenrod. HEX triplet: C2, 70 and 05. RGB value is (194,112,5). Sum of RGB (Red+Green+Blue) = 194+112+5=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C27005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27005 is #3D8FFA. Grayscale: #7C7C7C. Windows color (decimal): -4034555 or 356546. OLE color: 356546.

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

Color convert

RGB 194 112 5 -
CMYK 0 0.42 0.97 0.24
HSL 33.97º 0.95% 0.39% -
HSV(B) 33.97º 0.97% 0.76% -
XYZ 28.07 23.07 3.12 -
YUV 124.32 60.67 177.7 -
System Red Green Blue C M Y K H S L
Decimal 194 112 5 0 0.42 0.97 0.24 33.97 0.95 0.39
Hex C2 70 5 0 2A 61 18 22 5F 27
Octal 302 160 5 0 52 141 30 42 137 47
Binary 11000010 1110000 101 0 101010 1100001 11000 100010 1011111 100111

Color Harmonies of #C27005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27005

Black with #C27005

Text Example


Text Example

White with #C27005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27005; }

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

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

background-color css

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

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

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

border-color css

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

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

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