Html Css Color HEX #DCAB42 Tulip Tree

📋 copy color: '#DCAB42'

red 220 ◦ green 171 ◦ blue 66

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

Shades of Tulip Tree #DCAB42

Tints of Tulip Tree #DCAB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.44%

R = 48.14%
G = 37.42%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DCAB42 (or 0xDCAB42) is known color: Tulip Tree. HEX triplet: DC, AB and 42. RGB value is (220,171,66). Sum of RGB (Red+Green+Blue) = 220+171+66=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 66 (26.17% from 255 or 14.44% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB42 is #2354BD. Grayscale: #AEAEAE. Windows color (decimal): -2315454 or 4369372. OLE color: 4369372.

HSL color Cylindrical-coordinate representation of color #DCAB42: hue angle of 40.91º 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 #DCAB42 is Cyan = 0, Magento = 0.22, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 171 66 -
CMYK 0 0.22 0.7 0.14
HSL 40.91º 0.69% 0.56% -
HSV(B) 40.91º 0.7% 0.86% -
XYZ 45.06 44.73 11.41 -
YUV 173.68 67.23 161.04 -
System Red Green Blue C M Y K H S L
Decimal 220 171 66 0 0.22 0.7 0.14 40.91 0.69 0.56
Hex DC AB 42 0 16 46 E 29 45 38
Octal 334 253 102 0 26 106 16 51 105 70
Binary 11011100 10101011 1000010 0 10110 1000110 1110 101001 1000101 111000

Color Harmonies of #DCAB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB42

Black with #DCAB42

Text Example


Text Example

White with #DCAB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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