Html Css Color HEX #C28100 Dark Goldenrod

📋 copy color: '#C28100'

red 194 ◦ green 129 ◦ blue 0

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

Shades of Dark Goldenrod #C28100

Tints of Dark Goldenrod #C28100

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.94%

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

R = 60.06%
G = 39.94%
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

#C28100 (or 0xC28100) is known color: Dark Goldenrod. HEX triplet: C2, 81 and 00. RGB value is (194,129,0). Sum of RGB (Red+Green+Blue) = 194+129+0=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C28100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28100 is #3D7EFF. Grayscale: #868686. Windows color (decimal): -4030208 or 33218. OLE color: 33218.

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

Color convert

RGB 194 129 0 -
CMYK 0 0.34 1 0.24
HSL 39.9º 1% 0.38% -
HSV(B) 39.9º 1% 0.76% -
XYZ 30.1 27.17 3.66 -
YUV 133.73 52.53 170.99 -
System Red Green Blue C M Y K H S L
Decimal 194 129 0 0 0.34 1 0.24 39.9 1 0.38
Hex C2 81 0 0 22 64 18 28 64 26
Octal 302 201 0 0 42 144 30 50 144 46
Binary 11000010 10000001 0 0 100010 1100100 11000 101000 1100100 100110

Color Harmonies of #C28100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28100

Black with #C28100

Text Example


Text Example

White with #C28100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28100; }

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

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

background-color css

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

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

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

border-color css

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

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

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