Html Css Color HEX #C28000 Dark Goldenrod

📋 copy color: '#C28000'

red 194 ◦ green 128 ◦ blue 0

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

Shades of Dark Goldenrod #C28000

Tints of Dark Goldenrod #C28000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.25%
G = 39.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C28000 (or 0xC28000) is known color: Dark Goldenrod. HEX triplet: C2, 80 and 00. RGB value is (194,128,0). Sum of RGB (Red+Green+Blue) = 194+128+0=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C28000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28000 is #3D7FFF. Grayscale: #858585. Windows color (decimal): -4030464 or 32962. OLE color: 32962.

HSL color Cylindrical-coordinate representation of color #C28000: hue angle of 39.59º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C28000 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 128 0 -
CMYK 0 0.34 1 0.24
HSL 39.59º 1% 0.38% -
HSV(B) 39.59º 1% 0.76% -
XYZ 29.97 26.91 3.61 -
YUV 133.14 52.87 171.41 -
System Red Green Blue C M Y K H S L
Decimal 194 128 0 0 0.34 1 0.24 39.59 1 0.38
Hex C2 80 0 0 22 64 18 28 64 26
Octal 302 200 0 0 42 144 30 50 144 46
Binary 11000010 10000000 0 0 100010 1100100 11000 101000 1100100 100110

Color Harmonies of #C28000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28000

Black with #C28000

Text Example


Text Example

White with #C28000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28000; }

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

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

background-color css

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

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

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

border-color css

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

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

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