Html Css Color HEX #DE951B Buttercup

📋 copy color: '#DE951B'

red 222 ◦ green 149 ◦ blue 27

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

Shades of Buttercup #DE951B

Tints of Buttercup #DE951B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.78%

R = 55.78%
G = 37.44%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DE951B (or 0xDE951B) is known color: Buttercup. HEX triplet: DE, 95 and 1B. RGB value is (222,149,27). Sum of RGB (Red+Green+Blue) = 222+149+27=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE951B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE951B is #216AE4. Grayscale: #9D9D9D. Windows color (decimal): -2190053 or 1807838. OLE color: 1807838.

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

Color convert

RGB 222 149 27 -
CMYK 0 0.33 0.88 0.13
HSL 37.54º 0.78% 0.49% -
HSV(B) 37.54º 0.88% 0.87% -
XYZ 41.07 37.1 6.03 -
YUV 156.92 54.68 174.42 -
System Red Green Blue C M Y K H S L
Decimal 222 149 27 0 0.33 0.88 0.13 37.54 0.78 0.49
Hex DE 95 1B 0 21 58 D 26 4E 31
Octal 336 225 33 0 41 130 15 46 116 61
Binary 11011110 10010101 11011 0 100001 1011000 1101 100110 1001110 110001

Color Harmonies of #DE951B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE951B

Black with #DE951B

Text Example


Text Example

White with #DE951B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE951B; }

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

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

background-color css

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

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

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

border-color css

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

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

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