Html Css Color HEX #DCAE43 Tulip Tree

📋 copy color: '#DCAE43'

red 220 ◦ green 174 ◦ blue 67

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

Shades of Tulip Tree #DCAE43

Tints of Tulip Tree #DCAE43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.53%

R = 47.72%
G = 37.74%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DCAE43 (or 0xDCAE43) is known color: Tulip Tree. HEX triplet: DC, AE and 43. RGB value is (220,174,67). Sum of RGB (Red+Green+Blue) = 220+174+67=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 67 (26.56% from 255 or 14.53% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAE43 is #2351BC. Grayscale: #B0B0B0. Windows color (decimal): -2314685 or 4435676. OLE color: 4435676.

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

Color convert

RGB 220 174 67 -
CMYK 0 0.21 0.70 0.14
HSL 41.96º 0.69% 0.56% -
HSV(B) 41.96º 0.7% 0.86% -
XYZ 45.66 45.89 11.76 -
YUV 175.56 66.74 159.7 -
System Red Green Blue C M Y K H S L
Decimal 220 174 67 0 0.21 0.70 0.14 41.96 0.69 0.56
Hex DC AE 43 0 15 46 E 2A 45 38
Octal 334 256 103 0 25 106 16 52 105 70
Binary 11011100 10101110 1000011 0 10101 1000110 1110 101010 1000101 111000

Color Harmonies of #DCAE43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE43

Black with #DCAE43

Text Example


Text Example

White with #DCAE43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE43; }

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

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

background-color css

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

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

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

border-color css

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

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

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