Html Css Color HEX #DE972C Buttercup

📋 copy color: '#DE972C'

red 222 ◦ green 151 ◦ blue 44

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

Shades of Buttercup #DE972C

Tints of Buttercup #DE972C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.21%

 BLUE value IS 44 (17.58% from 255) = 10.55%

R = 53.24%
G = 36.21%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE972C (or 0xDE972C) is known color: Buttercup. HEX triplet: DE, 97 and 2C. RGB value is (222,151,44). Sum of RGB (Red+Green+Blue) = 222+151+44=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 44 (17.58% from 255 or 10.55% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE972C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE972C is #2168D3. Grayscale: #A0A0A0. Windows color (decimal): -2189524 or 2922462. OLE color: 2922462.

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

Color convert

RGB 222 151 44 -
CMYK 0 0.32 0.80 0.13
HSL 36.07º 0.73% 0.52% -
HSV(B) 36.07º 0.8% 0.87% -
XYZ 41.65 37.84 7.49 -
YUV 160.03 62.52 172.2 -
System Red Green Blue C M Y K H S L
Decimal 222 151 44 0 0.32 0.80 0.13 36.07 0.73 0.52
Hex DE 97 2C 0 20 50 D 24 49 34
Octal 336 227 54 0 40 120 15 44 111 64
Binary 11011110 10010111 101100 0 100000 1010000 1101 100100 1001001 110100

Color Harmonies of #DE972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE972C

Black with #DE972C

Text Example


Text Example

White with #DE972C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE972C; }

 p { color: rgb(222,151,44); }

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

background-color css

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

 a { background-color: rgb(222,151,44); }

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

border-color css

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

 span { border-color: rgb(222,151,44); }

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