Html Css Color HEX #DCAF46 Tulip Tree

📋 copy color: '#DCAF46'

red 220 ◦ green 175 ◦ blue 70

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

Shades of Tulip Tree #DCAF46

Tints of Tulip Tree #DCAF46

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.63%

 BLUE value IS 70 (27.73% from 255) = 15.05%

R = 47.31%
G = 37.63%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCAF46 (or 0xDCAF46) is known color: Tulip Tree. HEX triplet: DC, AF and 46. RGB value is (220,175,70). Sum of RGB (Red+Green+Blue) = 220+175+70=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 70 (27.73% from 255 or 15.05% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAF46 is #2350B9. Grayscale: #B0B0B0. Windows color (decimal): -2314426 or 4632540. OLE color: 4632540.

HSL color Cylindrical-coordinate representation of color #DCAF46: hue angle of 42º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCAF46 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 175 70 -
CMYK 0 0.20 0.68 0.14
HSL 42º 0.68% 0.57% -
HSV(B) 42º 0.68% 0.86% -
XYZ 45.95 46.32 12.31 -
YUV 176.49 67.91 159.04 -
System Red Green Blue C M Y K H S L
Decimal 220 175 70 0 0.20 0.68 0.14 42 0.68 0.57
Hex DC AF 46 0 14 44 E 2A 44 39
Octal 334 257 106 0 24 104 16 52 104 71
Binary 11011100 10101111 1000110 0 10100 1000100 1110 101010 1000100 111001

Color Harmonies of #DCAF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF46

Black with #DCAF46

Text Example


Text Example

White with #DCAF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAF46; }

 p { color: rgb(220,175,70); }

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

background-color css

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

 a { background-color: rgb(220,175,70); }

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

border-color css

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

 span { border-color: rgb(220,175,70); }

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