Html Css Color HEX #DFA330 Tulip Tree

📋 copy color: '#DFA330'

red 223 ◦ green 163 ◦ blue 48

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

Shades of Tulip Tree #DFA330

Tints of Tulip Tree #DFA330

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.56%

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

R = 51.38%
G = 37.56%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DFA330 (or 0xDFA330) is known color: Tulip Tree. HEX triplet: DF, A3 and 30. RGB value is (223,163,48). Sum of RGB (Red+Green+Blue) = 223+163+48=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 48 (19.14% from 255 or 11.06% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA330 is #205CCF. Grayscale: #A8A8A8. Windows color (decimal): -2120912 or 3187679. OLE color: 3187679.

HSL color Cylindrical-coordinate representation of color #DFA330: hue angle of 39.43º 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 #DFA330 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 163 48 -
CMYK 0 0.27 0.78 0.13
HSL 39.43º 0.73% 0.53% -
HSV(B) 39.43º 0.78% 0.87% -
XYZ 44.06 42.1 8.6 -
YUV 167.83 60.38 167.35 -
System Red Green Blue C M Y K H S L
Decimal 223 163 48 0 0.27 0.78 0.13 39.43 0.73 0.53
Hex DF A3 30 0 1B 4E D 27 49 35
Octal 337 243 60 0 33 116 15 47 111 65
Binary 11011111 10100011 110000 0 11011 1001110 1101 100111 1001001 110101

Color Harmonies of #DFA330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA330

Black with #DFA330

Text Example


Text Example

White with #DFA330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA330; }

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

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

background-color css

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

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

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

border-color css

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

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

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