Html Css Color HEX #C28511 Dark Goldenrod

📋 copy color: '#C28511'

red 194 ◦ green 133 ◦ blue 17

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

Shades of Dark Goldenrod #C28511

Tints of Dark Goldenrod #C28511

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.66%

 BLUE value IS 17 (7.03% from 255) = 4.94%

R = 56.4%
G = 38.66%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C28511 (or 0xC28511) is known color: Dark Goldenrod. HEX triplet: C2, 85 and 11. RGB value is (194,133,17). Sum of RGB (Red+Green+Blue) = 194+133+17=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 17 (7.03% from 255 or 4.94% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C28511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28511 is #3D7AEE. Grayscale: #8A8A8A. Windows color (decimal): -4029167 or 1148354. OLE color: 1148354.

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

Color convert

RGB 194 133 17 -
CMYK 0 0.31 0.91 0.24
HSL 39.32º 0.84% 0.41% -
HSV(B) 39.32º 0.91% 0.76% -
XYZ 30.74 28.28 4.37 -
YUV 138.02 59.71 167.93 -
System Red Green Blue C M Y K H S L
Decimal 194 133 17 0 0.31 0.91 0.24 39.32 0.84 0.41
Hex C2 85 11 0 1F 5B 18 27 54 29
Octal 302 205 21 0 37 133 30 47 124 51
Binary 11000010 10000101 10001 0 11111 1011011 11000 100111 1010100 101001

Color Harmonies of #C28511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28511

Black with #C28511

Text Example


Text Example

White with #C28511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28511; }

 p { color: rgb(194,133,17); }

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

background-color css

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

 a { background-color: rgb(194,133,17); }

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

border-color css

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

 span { border-color: rgb(194,133,17); }

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