Html Css Color HEX #DE8F2B Buttercup

📋 copy color: '#DE8F2B'

red 222 ◦ green 143 ◦ blue 43

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

Shades of Buttercup #DE8F2B

Tints of Buttercup #DE8F2B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.05%

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

R = 54.41%
G = 35.05%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DE8F2B (or 0xDE8F2B) is known color: Buttercup. HEX triplet: DE, 8F and 2B. RGB value is (222,143,43). Sum of RGB (Red+Green+Blue) = 222+143+43=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 43 (17.19% from 255 or 10.54% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8F2B is #2170D4. Grayscale: #9B9B9B. Windows color (decimal): -2191573 or 2854878. OLE color: 2854878.

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

Color convert

RGB 222 143 43 -
CMYK 0 0.36 0.81 0.13
HSL 33.52º 0.73% 0.52% -
HSV(B) 33.52º 0.81% 0.87% -
XYZ 40.38 35.35 6.98 -
YUV 155.22 64.67 175.63 -
System Red Green Blue C M Y K H S L
Decimal 222 143 43 0 0.36 0.81 0.13 33.52 0.73 0.52
Hex DE 8F 2B 0 24 51 D 22 49 34
Octal 336 217 53 0 44 121 15 42 111 64
Binary 11011110 10001111 101011 0 100100 1010001 1101 100010 1001001 110100

Color Harmonies of #DE8F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8F2B

Black with #DE8F2B

Text Example


Text Example

White with #DE8F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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