Html Css Color HEX #DE942B Buttercup

📋 copy color: '#DE942B'

red 222 ◦ green 148 ◦ blue 43

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

Shades of Buttercup #DE942B

Tints of Buttercup #DE942B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.84%

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

R = 53.75%
G = 35.84%
B = 10.41%

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

#DE942B (or 0xDE942B) is known color: Buttercup. HEX triplet: DE, 94 and 2B. RGB value is (222,148,43). Sum of RGB (Red+Green+Blue) = 222+148+43=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 43 (17.19% from 255 or 10.41% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DE942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE942B is #216BD4. Grayscale: #9E9E9E. Windows color (decimal): -2190293 or 2856158. OLE color: 2856158.

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

Color convert

RGB 222 148 43 -
CMYK 0 0.33 0.81 0.13
HSL 35.2º 0.73% 0.52% -
HSV(B) 35.2º 0.81% 0.87% -
XYZ 41.15 36.88 7.24 -
YUV 158.16 63.02 173.54 -
System Red Green Blue C M Y K H S L
Decimal 222 148 43 0 0.33 0.81 0.13 35.2 0.73 0.52
Hex DE 94 2B 0 21 51 D 23 49 34
Octal 336 224 53 0 41 121 15 43 111 64
Binary 11011110 10010100 101011 0 100001 1010001 1101 100011 1001001 110100

Color Harmonies of #DE942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE942B

Black with #DE942B

Text Example


Text Example

White with #DE942B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE942B; }

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

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

background-color css

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

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

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

border-color css

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

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

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