Html Css Color HEX #DCA33B Tulip Tree

📋 copy color: '#DCA33B'

red 220 ◦ green 163 ◦ blue 59

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

Shades of Tulip Tree #DCA33B

Tints of Tulip Tree #DCA33B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.88%

 BLUE value IS 59 (23.44% from 255) = 13.35%

R = 49.77%
G = 36.88%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DCA33B (or 0xDCA33B) is known color: Tulip Tree. HEX triplet: DC, A3 and 3B. RGB value is (220,163,59). Sum of RGB (Red+Green+Blue) = 220+163+59=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 59 (23.44% from 255 or 13.35% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA33B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA33B is #235CC4. Grayscale: #A8A8A8. Windows color (decimal): -2317509 or 3908572. OLE color: 3908572.

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

Color convert

RGB 220 163 59 -
CMYK 0 0.26 0.73 0.14
HSL 38.76º 0.7% 0.55% -
HSV(B) 38.76º 0.73% 0.86% -
XYZ 43.4 41.73 9.9 -
YUV 168.19 66.38 164.96 -
System Red Green Blue C M Y K H S L
Decimal 220 163 59 0 0.26 0.73 0.14 38.76 0.7 0.55
Hex DC A3 3B 0 1A 49 E 27 46 37
Octal 334 243 73 0 32 111 16 47 106 67
Binary 11011100 10100011 111011 0 11010 1001001 1110 100111 1000110 110111

Color Harmonies of #DCA33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA33B

Black with #DCA33B

Text Example


Text Example

White with #DCA33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA33B; }

 p { color: rgb(220,163,59); }

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

background-color css

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

 a { background-color: rgb(220,163,59); }

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

border-color css

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

 span { border-color: rgb(220,163,59); }

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