Html Css Color HEX #DE9C28 Buttercup

📋 copy color: '#DE9C28'

red 222 ◦ green 156 ◦ blue 40

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

Shades of Buttercup #DE9C28

Tints of Buttercup #DE9C28

RGB

 RED value IS 222 (87.11% from 255) = 53.11%

 GREEN value IS 156 (61.33% from 255) = 37.32%

 BLUE value IS 40 (16.02% from 255) = 9.57%

R = 53.11%
G = 37.32%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE9C28 (or 0xDE9C28) is known color: Buttercup. HEX triplet: DE, 9C and 28. RGB value is (222,156,40). Sum of RGB (Red+Green+Blue) = 222+156+40=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 40 (16.02% from 255 or 9.57% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9C28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9C28 is #2163D7. Grayscale: #A3A3A3. Windows color (decimal): -2188248 or 2661598. OLE color: 2661598.

HSL color Cylindrical-coordinate representation of color #DE9C28: hue angle of 38.24º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE9C28 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 156 40 -
CMYK 0 0.30 0.82 0.13
HSL 38.24º 0.73% 0.51% -
HSV(B) 38.24º 0.82% 0.87% -
XYZ 42.4 39.46 7.39 -
YUV 162.51 58.87 170.43 -
System Red Green Blue C M Y K H S L
Decimal 222 156 40 0 0.30 0.82 0.13 38.24 0.73 0.51
Hex DE 9C 28 0 1E 52 D 26 49 33
Octal 336 234 50 0 36 122 15 46 111 63
Binary 11011110 10011100 101000 0 11110 1010010 1101 100110 1001001 110011

Color Harmonies of #DE9C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9C28

Black with #DE9C28

Text Example


Text Example

White with #DE9C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9C28; }

 p { color: rgb(222,156,40); }

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

background-color css

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

 a { background-color: rgb(222,156,40); }

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

border-color css

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

 span { border-color: rgb(222,156,40); }

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