Html Css Color HEX #C28009 Dark Goldenrod

📋 copy color: '#C28009'

red 194 ◦ green 128 ◦ blue 9

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

Shades of Dark Goldenrod #C28009

Tints of Dark Goldenrod #C28009

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.67%

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

R = 58.61%
G = 38.67%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C28009 (or 0xC28009) is known color: Dark Goldenrod. HEX triplet: C2, 80 and 09. RGB value is (194,128,9). Sum of RGB (Red+Green+Blue) = 194+128+9=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 9 (3.91% from 255 or 2.72% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C28009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28009 is #3D7FF6. Grayscale: #868686. Windows color (decimal): -4030455 or 622786. OLE color: 622786.

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

Color convert

RGB 194 128 9 -
CMYK 0 0.34 0.95 0.24
HSL 38.59º 0.91% 0.4% -
HSV(B) 38.59º 0.95% 0.76% -
XYZ 30.02 26.93 3.87 -
YUV 134.17 57.37 170.68 -
System Red Green Blue C M Y K H S L
Decimal 194 128 9 0 0.34 0.95 0.24 38.59 0.91 0.4
Hex C2 80 9 0 22 5F 18 27 5B 28
Octal 302 200 11 0 42 137 30 47 133 50
Binary 11000010 10000000 1001 0 100010 1011111 11000 100111 1011011 101000

Color Harmonies of #C28009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28009

Black with #C28009

Text Example


Text Example

White with #C28009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28009; }

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

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

background-color css

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

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

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

border-color css

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

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

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