Html Css Color HEX #DCA533 Tulip Tree

📋 copy color: '#DCA533'

red 220 ◦ green 165 ◦ blue 51

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

Shades of Tulip Tree #DCA533

Tints of Tulip Tree #DCA533

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.84%

 BLUE value IS 51 (20.31% from 255) = 11.7%

R = 50.46%
G = 37.84%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DCA533 (or 0xDCA533) is known color: Tulip Tree. HEX triplet: DC, A5 and 33. RGB value is (220,165,51). Sum of RGB (Red+Green+Blue) = 220+165+51=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA533 is #235ACC. Grayscale: #A8A8A8. Windows color (decimal): -2317005 or 3384796. OLE color: 3384796.

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

Color convert

RGB 220 165 51 -
CMYK 0 0.25 0.77 0.14
HSL 40.47º 0.71% 0.53% -
HSV(B) 40.47º 0.77% 0.86% -
XYZ 43.57 42.36 9.01 -
YUV 168.45 61.72 164.77 -
System Red Green Blue C M Y K H S L
Decimal 220 165 51 0 0.25 0.77 0.14 40.47 0.71 0.53
Hex DC A5 33 0 19 4D E 28 47 35
Octal 334 245 63 0 31 115 16 50 107 65
Binary 11011100 10100101 110011 0 11001 1001101 1110 101000 1000111 110101

Color Harmonies of #DCA533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA533

Black with #DCA533

Text Example


Text Example

White with #DCA533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA533; }

 p { color: rgb(220,165,51); }

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

background-color css

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

 a { background-color: rgb(220,165,51); }

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

border-color css

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

 span { border-color: rgb(220,165,51); }

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