Html Css Color HEX #DE952B Buttercup

📋 copy color: '#DE952B'

red 222 ◦ green 149 ◦ blue 43

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

Shades of Buttercup #DE952B

Tints of Buttercup #DE952B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.39%

R = 53.62%
G = 35.99%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DE952B (or 0xDE952B) is known color: Buttercup. HEX triplet: DE, 95 and 2B. RGB value is (222,149,43). Sum of RGB (Red+Green+Blue) = 222+149+43=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 43 (17.19% from 255 or 10.39% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DE952B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE952B is #216AD4. Grayscale: #9F9F9F. Windows color (decimal): -2190037 or 2856414. OLE color: 2856414.

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

Color convert

RGB 222 149 43 -
CMYK 0 0.33 0.81 0.13
HSL 35.53º 0.73% 0.52% -
HSV(B) 35.53º 0.81% 0.87% -
XYZ 41.31 37.2 7.29 -
YUV 158.74 62.68 173.12 -
System Red Green Blue C M Y K H S L
Decimal 222 149 43 0 0.33 0.81 0.13 35.53 0.73 0.52
Hex DE 95 2B 0 21 51 D 24 49 34
Octal 336 225 53 0 41 121 15 44 111 64
Binary 11011110 10010101 101011 0 100001 1010001 1101 100100 1001001 110100

Color Harmonies of #DE952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE952B

Black with #DE952B

Text Example


Text Example

White with #DE952B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE952B; }

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

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

background-color css

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

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

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

border-color css

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

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

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