Html Css Color HEX #DE952D Buttercup

📋 copy color: '#DE952D'

red 222 ◦ green 149 ◦ blue 45

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

Shades of Buttercup #DE952D

Tints of Buttercup #DE952D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.82%

R = 53.37%
G = 35.82%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE952D (or 0xDE952D) is known color: Buttercup. HEX triplet: DE, 95 and 2D. RGB value is (222,149,45). Sum of RGB (Red+Green+Blue) = 222+149+45=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DE952D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE952D is #216AD2. Grayscale: #9F9F9F. Windows color (decimal): -2190035 or 2987486. OLE color: 2987486.

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

Color convert

RGB 222 149 45 -
CMYK 0 0.33 0.80 0.13
HSL 35.25º 0.73% 0.52% -
HSV(B) 35.25º 0.8% 0.87% -
XYZ 41.35 37.21 7.49 -
YUV 158.97 63.68 172.96 -
System Red Green Blue C M Y K H S L
Decimal 222 149 45 0 0.33 0.80 0.13 35.25 0.73 0.52
Hex DE 95 2D 0 21 50 D 23 49 34
Octal 336 225 55 0 41 120 15 43 111 64
Binary 11011110 10010101 101101 0 100001 1010000 1101 100011 1001001 110100

Color Harmonies of #DE952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE952D

Black with #DE952D

Text Example


Text Example

White with #DE952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE952D; }

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

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

background-color css

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

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

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

border-color css

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

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

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