Html Css Color HEX #DF902A Buttercup

📋 copy color: '#DF902A'

red 223 ◦ green 144 ◦ blue 42

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

Shades of Buttercup #DF902A

Tints of Buttercup #DF902A

RGB

 RED value IS 223 (87.5% from 255) = 54.52%

 GREEN value IS 144 (56.64% from 255) = 35.21%

 BLUE value IS 42 (16.8% from 255) = 10.27%

R = 54.52%
G = 35.21%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF902A (or 0xDF902A) is known color: Buttercup. HEX triplet: DF, 90 and 2A. RGB value is (223,144,42). Sum of RGB (Red+Green+Blue) = 223+144+42=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF902A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF902A is #206FD5. Grayscale: #9C9C9C. Windows color (decimal): -2125782 or 2789599. OLE color: 2789599.

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

Color convert

RGB 223 144 42 -
CMYK 0 0.35 0.81 0.13
HSL 33.81º 0.74% 0.52% -
HSV(B) 33.81º 0.81% 0.87% -
XYZ 40.82 35.8 6.95 -
YUV 155.99 63.67 175.79 -
System Red Green Blue C M Y K H S L
Decimal 223 144 42 0 0.35 0.81 0.13 33.81 0.74 0.52
Hex DF 90 2A 0 23 51 D 22 4A 34
Octal 337 220 52 0 43 121 15 42 112 64
Binary 11011111 10010000 101010 0 100011 1010001 1101 100010 1001010 110100

Color Harmonies of #DF902A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF902A

Black with #DF902A

Text Example


Text Example

White with #DF902A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF902A; }

 p { color: rgb(223,144,42); }

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

background-color css

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

 a { background-color: rgb(223,144,42); }

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

border-color css

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

 span { border-color: rgb(223,144,42); }

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