Html Css Color HEX #C28015 Dark Goldenrod

📋 copy color: '#C28015'

red 194 ◦ green 128 ◦ blue 21

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

Shades of Dark Goldenrod #C28015

Tints of Dark Goldenrod #C28015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.12%

R = 56.56%
G = 37.32%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C28015 (or 0xC28015) is known color: Dark Goldenrod. HEX triplet: C2, 80 and 15. RGB value is (194,128,21). Sum of RGB (Red+Green+Blue) = 194+128+21=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C28015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28015 is #3D7FEA. Grayscale: #888888. Windows color (decimal): -4030443 or 1409218. OLE color: 1409218.

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

Color convert

RGB 194 128 21 -
CMYK 0 0.34 0.89 0.24
HSL 37.11º 0.8% 0.42% -
HSV(B) 37.11º 0.89% 0.76% -
XYZ 30.1 26.96 4.33 -
YUV 135.54 63.37 169.7 -
System Red Green Blue C M Y K H S L
Decimal 194 128 21 0 0.34 0.89 0.24 37.11 0.8 0.42
Hex C2 80 15 0 22 59 18 25 50 2A
Octal 302 200 25 0 42 131 30 45 120 52
Binary 11000010 10000000 10101 0 100010 1011001 11000 100101 1010000 101010

Color Harmonies of #C28015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28015

Black with #C28015

Text Example


Text Example

White with #C28015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28015; }

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

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

background-color css

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

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

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

border-color css

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

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

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