Html Css Color HEX #DE951E Buttercup

📋 copy color: '#DE951E'

red 222 ◦ green 149 ◦ blue 30

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

Shades of Buttercup #DE951E

Tints of Buttercup #DE951E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.16%

 BLUE value IS 30 (12.11% from 255) = 7.48%

R = 55.36%
G = 37.16%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE951E (or 0xDE951E) is known color: Buttercup. HEX triplet: DE, 95 and 1E. RGB value is (222,149,30). Sum of RGB (Red+Green+Blue) = 222+149+30=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 30 (12.11% from 255 or 7.48% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE951E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE951E is #216AE1. Grayscale: #9D9D9D. Windows color (decimal): -2190050 or 2004446. OLE color: 2004446.

HSL color Cylindrical-coordinate representation of color #DE951E: hue angle of 37.19º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE951E is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 149 30 -
CMYK 0 0.33 0.86 0.13
HSL 37.19º 0.76% 0.49% -
HSV(B) 37.19º 0.86% 0.87% -
XYZ 41.11 37.12 6.23 -
YUV 157.26 56.18 174.18 -
System Red Green Blue C M Y K H S L
Decimal 222 149 30 0 0.33 0.86 0.13 37.19 0.76 0.49
Hex DE 95 1E 0 21 56 D 25 4C 31
Octal 336 225 36 0 41 126 15 45 114 61
Binary 11011110 10010101 11110 0 100001 1010110 1101 100101 1001100 110001

Color Harmonies of #DE951E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE951E

Black with #DE951E

Text Example


Text Example

White with #DE951E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE951E; }

 p { color: rgb(222,149,30); }

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

background-color css

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

 a { background-color: rgb(222,149,30); }

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

border-color css

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

 span { border-color: rgb(222,149,30); }

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