Html Css Color HEX #DCAE3B Tulip Tree

📋 copy color: '#DCAE3B'

red 220 ◦ green 174 ◦ blue 59

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

Shades of Tulip Tree #DCAE3B

Tints of Tulip Tree #DCAE3B

RGB

 RED value IS 220 (86.33% from 255) = 48.57%

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

 BLUE value IS 59 (23.44% from 255) = 13.02%

R = 48.57%
G = 38.41%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DCAE3B (or 0xDCAE3B) is known color: Tulip Tree. HEX triplet: DC, AE and 3B. RGB value is (220,174,59). Sum of RGB (Red+Green+Blue) = 220+174+59=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 59 (23.44% from 255 or 13.02% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAE3B is #2351C4. Grayscale: #AFAFAF. Windows color (decimal): -2314693 or 3911388. OLE color: 3911388.

HSL color Cylindrical-coordinate representation of color #DCAE3B: hue angle of 42.86º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCAE3B is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 174 59 -
CMYK 0 0.21 0.73 0.14
HSL 42.86º 0.7% 0.55% -
HSV(B) 42.86º 0.73% 0.86% -
XYZ 45.44 45.8 10.58 -
YUV 174.64 62.74 160.35 -
System Red Green Blue C M Y K H S L
Decimal 220 174 59 0 0.21 0.73 0.14 42.86 0.7 0.55
Hex DC AE 3B 0 15 49 E 2B 46 37
Octal 334 256 73 0 25 111 16 53 106 67
Binary 11011100 10101110 111011 0 10101 1001001 1110 101011 1000110 110111

Color Harmonies of #DCAE3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE3B

Black with #DCAE3B

Text Example


Text Example

White with #DCAE3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE3B; }

 p { color: rgb(220,174,59); }

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

background-color css

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

 a { background-color: rgb(220,174,59); }

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

border-color css

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

 span { border-color: rgb(220,174,59); }

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