Html Css Color HEX #DCAB38 Tulip Tree

📋 copy color: '#DCAB38'

red 220 ◦ green 171 ◦ blue 56

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

Shades of Tulip Tree #DCAB38

Tints of Tulip Tree #DCAB38

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.26%

 BLUE value IS 56 (22.27% from 255) = 12.53%

R = 49.22%
G = 38.26%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCAB38 (or 0xDCAB38) is known color: Tulip Tree. HEX triplet: DC, AB and 38. RGB value is (220,171,56). Sum of RGB (Red+Green+Blue) = 220+171+56=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 56 (22.27% from 255 or 12.53% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB38 is #2354C7. Grayscale: #ADADAD. Windows color (decimal): -2315464 or 3714012. OLE color: 3714012.

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

Color convert

RGB 220 171 56 -
CMYK 0 0.22 0.75 0.14
HSL 42.07º 0.7% 0.54% -
HSV(B) 42.07º 0.75% 0.86% -
XYZ 44.79 44.63 9.99 -
YUV 172.54 62.23 161.85 -
System Red Green Blue C M Y K H S L
Decimal 220 171 56 0 0.22 0.75 0.14 42.07 0.7 0.54
Hex DC AB 38 0 16 4B E 2A 46 36
Octal 334 253 70 0 26 113 16 52 106 66
Binary 11011100 10101011 111000 0 10110 1001011 1110 101010 1000110 110110

Color Harmonies of #DCAB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB38

Black with #DCAB38

Text Example


Text Example

White with #DCAB38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB38; }

 p { color: rgb(220,171,56); }

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

background-color css

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

 a { background-color: rgb(220,171,56); }

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

border-color css

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

 span { border-color: rgb(220,171,56); }

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