Html Css Color HEX #DCAF3F Tulip Tree

📋 copy color: '#DCAF3F'

red 220 ◦ green 175 ◦ blue 63

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

Shades of Tulip Tree #DCAF3F

Tints of Tulip Tree #DCAF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.76%

R = 48.03%
G = 38.21%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCAF3F (or 0xDCAF3F) is known color: Tulip Tree. HEX triplet: DC, AF and 3F. RGB value is (220,175,63). Sum of RGB (Red+Green+Blue) = 220+175+63=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 63 (25% from 255 or 13.76% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAF3F is #2350C0. Grayscale: #B0B0B0. Windows color (decimal): -2314433 or 4173788. OLE color: 4173788.

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

Color convert

RGB 220 175 63 -
CMYK 0 0.20 0.71 0.14
HSL 42.8º 0.69% 0.55% -
HSV(B) 42.8º 0.71% 0.86% -
XYZ 45.74 46.23 11.22 -
YUV 175.69 64.41 159.61 -
System Red Green Blue C M Y K H S L
Decimal 220 175 63 0 0.20 0.71 0.14 42.8 0.69 0.55
Hex DC AF 3F 0 14 47 E 2B 45 37
Octal 334 257 77 0 24 107 16 53 105 67
Binary 11011100 10101111 111111 0 10100 1000111 1110 101011 1000101 110111

Color Harmonies of #DCAF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF3F

Black with #DCAF3F

Text Example


Text Example

White with #DCAF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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