Html Css Color HEX #DFA534 Tulip Tree

📋 copy color: '#DFA534'

red 223 ◦ green 165 ◦ blue 52

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

Shades of Tulip Tree #DFA534

Tints of Tulip Tree #DFA534

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.5%

 BLUE value IS 52 (20.7% from 255) = 11.82%

R = 50.68%
G = 37.5%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DFA534 (or 0xDFA534) is known color: Tulip Tree. HEX triplet: DF, A5 and 34. RGB value is (223,165,52). Sum of RGB (Red+Green+Blue) = 223+165+52=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 52 (20.70% from 255 or 11.82% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA534 is #205ACB. Grayscale: #A9A9A9. Windows color (decimal): -2120396 or 3450335. OLE color: 3450335.

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

Color convert

RGB 223 165 52 -
CMYK 0 0.26 0.77 0.13
HSL 39.65º 0.73% 0.54% -
HSV(B) 39.65º 0.77% 0.87% -
XYZ 44.51 42.85 9.17 -
YUV 169.46 61.72 166.19 -
System Red Green Blue C M Y K H S L
Decimal 223 165 52 0 0.26 0.77 0.13 39.65 0.73 0.54
Hex DF A5 34 0 1A 4D D 28 49 36
Octal 337 245 64 0 32 115 15 50 111 66
Binary 11011111 10100101 110100 0 11010 1001101 1101 101000 1001001 110110

Color Harmonies of #DFA534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA534

Black with #DFA534

Text Example


Text Example

White with #DFA534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA534; }

 p { color: rgb(223,165,52); }

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

background-color css

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

 a { background-color: rgb(223,165,52); }

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

border-color css

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

 span { border-color: rgb(223,165,52); }

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