Html Css Color HEX #DCAF3E Tulip Tree

📋 copy color: '#DCAF3E'

red 220 ◦ green 175 ◦ blue 62

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

Shades of Tulip Tree #DCAF3E

Tints of Tulip Tree #DCAF3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.57%

R = 48.14%
G = 38.29%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DCAF3E (or 0xDCAF3E) is known color: Tulip Tree. HEX triplet: DC, AF and 3E. RGB value is (220,175,62). Sum of RGB (Red+Green+Blue) = 220+175+62=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 62 (24.61% from 255 or 13.57% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAF3E is #2350C1. Grayscale: #B0B0B0. Windows color (decimal): -2314434 or 4108252. OLE color: 4108252.

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

Color convert

RGB 220 175 62 -
CMYK 0 0.20 0.72 0.14
HSL 42.91º 0.69% 0.55% -
HSV(B) 42.91º 0.72% 0.86% -
XYZ 45.71 46.22 11.07 -
YUV 175.57 63.91 159.69 -
System Red Green Blue C M Y K H S L
Decimal 220 175 62 0 0.20 0.72 0.14 42.91 0.69 0.55
Hex DC AF 3E 0 14 48 E 2B 45 37
Octal 334 257 76 0 24 110 16 53 105 67
Binary 11011100 10101111 111110 0 10100 1001000 1110 101011 1000101 110111

Color Harmonies of #DCAF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF3E

Black with #DCAF3E

Text Example


Text Example

White with #DCAF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAF3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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