Html Css Color HEX #DFA132 Tulip Tree

📋 copy color: '#DFA132'

red 223 ◦ green 161 ◦ blue 50

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

Shades of Tulip Tree #DFA132

Tints of Tulip Tree #DFA132

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.1%

 BLUE value IS 50 (19.92% from 255) = 11.52%

R = 51.38%
G = 37.1%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DFA132 (or 0xDFA132) is known color: Tulip Tree. HEX triplet: DF, A1 and 32. RGB value is (223,161,50). Sum of RGB (Red+Green+Blue) = 223+161+50=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 50 (19.92% from 255 or 11.52% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA132 is #205ECD. Grayscale: #A7A7A7. Windows color (decimal): -2121422 or 3318239. OLE color: 3318239.

HSL color Cylindrical-coordinate representation of color #DFA132: hue angle of 38.5º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFA132 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 161 50 -
CMYK 0 0.28 0.78 0.13
HSL 38.5º 0.73% 0.54% -
HSV(B) 38.5º 0.78% 0.87% -
XYZ 43.75 41.41 8.7 -
YUV 166.88 62.04 168.03 -
System Red Green Blue C M Y K H S L
Decimal 223 161 50 0 0.28 0.78 0.13 38.5 0.73 0.54
Hex DF A1 32 0 1C 4E D 26 49 36
Octal 337 241 62 0 34 116 15 46 111 66
Binary 11011111 10100001 110010 0 11100 1001110 1101 100110 1001001 110110

Color Harmonies of #DFA132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA132

Black with #DFA132

Text Example


Text Example

White with #DFA132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA132; }

 p { color: rgb(223,161,50); }

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

background-color css

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

 a { background-color: rgb(223,161,50); }

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

border-color css

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

 span { border-color: rgb(223,161,50); }

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