Html Css Color HEX #C28311 Dark Goldenrod

📋 copy color: '#C28311'

red 194 ◦ green 131 ◦ blue 17

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

Shades of Dark Goldenrod #C28311

Tints of Dark Goldenrod #C28311

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.3%

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

R = 56.73%
G = 38.3%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C28311 (or 0xC28311) is known color: Dark Goldenrod. HEX triplet: C2, 83 and 11. RGB value is (194,131,17). Sum of RGB (Red+Green+Blue) = 194+131+17=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C28311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28311 is #3D7CEE. Grayscale: #898989. Windows color (decimal): -4029679 or 1147842. OLE color: 1147842.

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

Color convert

RGB 194 131 17 -
CMYK 0 0.32 0.91 0.24
HSL 38.64º 0.84% 0.41% -
HSV(B) 38.64º 0.91% 0.76% -
XYZ 30.47 27.74 4.28 -
YUV 136.84 60.37 168.77 -
System Red Green Blue C M Y K H S L
Decimal 194 131 17 0 0.32 0.91 0.24 38.64 0.84 0.41
Hex C2 83 11 0 20 5B 18 27 54 29
Octal 302 203 21 0 40 133 30 47 124 51
Binary 11000010 10000011 10001 0 100000 1011011 11000 100111 1010100 101001

Color Harmonies of #C28311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28311

Black with #C28311

Text Example


Text Example

White with #C28311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28311; }

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

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

background-color css

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

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

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

border-color css

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

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

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