Html Css Color HEX #C27009 Dark Goldenrod

📋 copy color: '#C27009'

red 194 ◦ green 112 ◦ blue 9

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

Shades of Dark Goldenrod #C27009

Tints of Dark Goldenrod #C27009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.86%

R = 61.59%
G = 35.56%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C27009 (or 0xC27009) is known color: Dark Goldenrod. HEX triplet: C2, 70 and 09. RGB value is (194,112,9). Sum of RGB (Red+Green+Blue) = 194+112+9=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 9 (3.91% from 255 or 2.86% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C27009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27009 is #3D8FF6. Grayscale: #7D7D7D. Windows color (decimal): -4034551 or 618690. OLE color: 618690.

HSL color Cylindrical-coordinate representation of color #C27009: hue angle of 33.41º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C27009 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 112 9 -
CMYK 0 0.42 0.95 0.24
HSL 33.41º 0.91% 0.4% -
HSV(B) 33.41º 0.95% 0.76% -
XYZ 28.09 23.08 3.23 -
YUV 124.78 62.67 177.38 -
System Red Green Blue C M Y K H S L
Decimal 194 112 9 0 0.42 0.95 0.24 33.41 0.91 0.4
Hex C2 70 9 0 2A 5F 18 21 5B 28
Octal 302 160 11 0 52 137 30 41 133 50
Binary 11000010 1110000 1001 0 101010 1011111 11000 100001 1011011 101000

Color Harmonies of #C27009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27009

Black with #C27009

Text Example


Text Example

White with #C27009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27009; }

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

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

background-color css

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

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

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

border-color css

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

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

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