Html Css Color HEX #DFAE3C Tulip Tree

📋 copy color: '#DFAE3C'

red 223 ◦ green 174 ◦ blue 60

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

Shades of Tulip Tree #DFAE3C

Tints of Tulip Tree #DFAE3C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.07%

 BLUE value IS 60 (23.83% from 255) = 13.13%

R = 48.8%
G = 38.07%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DFAE3C (or 0xDFAE3C) is known color: Tulip Tree. HEX triplet: DF, AE and 3C. RGB value is (223,174,60). Sum of RGB (Red+Green+Blue) = 223+174+60=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 60 (23.83% from 255 or 13.13% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAE3C is #2051C3. Grayscale: #B0B0B0. Windows color (decimal): -2118084 or 3976927. OLE color: 3976927.

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

Color convert

RGB 223 174 60 -
CMYK 0 0.22 0.73 0.13
HSL 41.96º 0.72% 0.55% -
HSV(B) 41.96º 0.73% 0.87% -
XYZ 46.38 46.29 10.76 -
YUV 175.66 62.73 161.77 -
System Red Green Blue C M Y K H S L
Decimal 223 174 60 0 0.22 0.73 0.13 41.96 0.72 0.55
Hex DF AE 3C 0 16 49 D 2A 48 37
Octal 337 256 74 0 26 111 15 52 110 67
Binary 11011111 10101110 111100 0 10110 1001001 1101 101010 1001000 110111

Color Harmonies of #DFAE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAE3C

Black with #DFAE3C

Text Example


Text Example

White with #DFAE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAE3C; }

 p { color: rgb(223,174,60); }

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

background-color css

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

 a { background-color: rgb(223,174,60); }

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

border-color css

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

 span { border-color: rgb(223,174,60); }

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