Html Css Color HEX #DE9C1F Buttercup

📋 copy color: '#DE9C1F'

red 222 ◦ green 156 ◦ blue 31

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

Shades of Buttercup #DE9C1F

Tints of Buttercup #DE9C1F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.14%

 BLUE value IS 31 (12.5% from 255) = 7.58%

R = 54.28%
G = 38.14%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE9C1F (or 0xDE9C1F) is known color: Buttercup. HEX triplet: DE, 9C and 1F. RGB value is (222,156,31). Sum of RGB (Red+Green+Blue) = 222+156+31=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 31 (12.5% from 255 or 7.58% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9C1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9C1F is #2163E0. Grayscale: #A2A2A2. Windows color (decimal): -2188257 or 2071774. OLE color: 2071774.

HSL color Cylindrical-coordinate representation of color #DE9C1F: hue angle of 39.27º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE9C1F is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 156 31 -
CMYK 0 0.30 0.86 0.13
HSL 39.27º 0.75% 0.5% -
HSV(B) 39.27º 0.86% 0.87% -
XYZ 42.26 39.41 6.67 -
YUV 161.48 54.37 171.16 -
System Red Green Blue C M Y K H S L
Decimal 222 156 31 0 0.30 0.86 0.13 39.27 0.75 0.5
Hex DE 9C 1F 0 1E 56 D 27 4B 32
Octal 336 234 37 0 36 126 15 47 113 62
Binary 11011110 10011100 11111 0 11110 1010110 1101 100111 1001011 110010

Color Harmonies of #DE9C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9C1F

Black with #DE9C1F

Text Example


Text Example

White with #DE9C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9C1F; }

 p { color: rgb(222,156,31); }

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

background-color css

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

 a { background-color: rgb(222,156,31); }

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

border-color css

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

 span { border-color: rgb(222,156,31); }

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