Html Css Color HEX #DFA530 Tulip Tree

📋 copy color: '#DFA530'

red 223 ◦ green 165 ◦ blue 48

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

Shades of Tulip Tree #DFA530

Tints of Tulip Tree #DFA530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.01%

R = 51.15%
G = 37.84%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DFA530 (or 0xDFA530) is known color: Tulip Tree. HEX triplet: DF, A5 and 30. RGB value is (223,165,48). Sum of RGB (Red+Green+Blue) = 223+165+48=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 48 (19.14% from 255 or 11.01% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA530 is #205ACF. Grayscale: #A9A9A9. Windows color (decimal): -2120400 or 3188191. OLE color: 3188191.

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

Color convert

RGB 223 165 48 -
CMYK 0 0.26 0.78 0.13
HSL 40.11º 0.73% 0.53% -
HSV(B) 40.11º 0.78% 0.87% -
XYZ 44.42 42.81 8.72 -
YUV 169 59.72 166.51 -
System Red Green Blue C M Y K H S L
Decimal 223 165 48 0 0.26 0.78 0.13 40.11 0.73 0.53
Hex DF A5 30 0 1A 4E D 28 49 35
Octal 337 245 60 0 32 116 15 50 111 65
Binary 11011111 10100101 110000 0 11010 1001110 1101 101000 1001001 110101

Color Harmonies of #DFA530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA530

Black with #DFA530

Text Example


Text Example

White with #DFA530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA530; }

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

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

background-color css

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

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

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

border-color css

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

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

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