Html Css Color HEX #DE8F1B Buttercup

📋 copy color: '#DE8F1B'

red 222 ◦ green 143 ◦ blue 27

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

Shades of Buttercup #DE8F1B

Tints of Buttercup #DE8F1B

RGB

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

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

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

R = 56.63%
G = 36.48%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DE8F1B (or 0xDE8F1B) is known color: Buttercup. HEX triplet: DE, 8F and 1B. RGB value is (222,143,27). Sum of RGB (Red+Green+Blue) = 222+143+27=392 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.63% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 27 (10.94% from 255 or 6.89% from 392); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8F1B is #2170E4. Grayscale: #999999. Windows color (decimal): -2191589 or 1806302. OLE color: 1806302.

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

Color convert

RGB 222 143 27 -
CMYK 0 0.36 0.88 0.13
HSL 35.69º 0.78% 0.49% -
HSV(B) 35.69º 0.88% 0.87% -
XYZ 40.14 35.25 5.73 -
YUV 153.4 56.67 176.93 -
System Red Green Blue C M Y K H S L
Decimal 222 143 27 0 0.36 0.88 0.13 35.69 0.78 0.49
Hex DE 8F 1B 0 24 58 D 24 4E 31
Octal 336 217 33 0 44 130 15 44 116 61
Binary 11011110 10001111 11011 0 100100 1011000 1101 100100 1001110 110001

Color Harmonies of #DE8F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8F1B

Black with #DE8F1B

Text Example


Text Example

White with #DE8F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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