Html Css Color HEX #DCA334 Tulip Tree

📋 copy color: '#DCA334'

red 220 ◦ green 163 ◦ blue 52

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

Shades of Tulip Tree #DCA334

Tints of Tulip Tree #DCA334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.95%

R = 50.57%
G = 37.47%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DCA334 (or 0xDCA334) is known color: Tulip Tree. HEX triplet: DC, A3 and 34. RGB value is (220,163,52). Sum of RGB (Red+Green+Blue) = 220+163+52=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 52 (20.70% from 255 or 11.95% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA334 is #235CCB. Grayscale: #A7A7A7. Windows color (decimal): -2317516 or 3449820. OLE color: 3449820.

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

Color convert

RGB 220 163 52 -
CMYK 0 0.26 0.76 0.14
HSL 39.64º 0.71% 0.53% -
HSV(B) 39.64º 0.76% 0.86% -
XYZ 43.23 41.66 9.01 -
YUV 167.39 62.88 165.53 -
System Red Green Blue C M Y K H S L
Decimal 220 163 52 0 0.26 0.76 0.14 39.64 0.71 0.53
Hex DC A3 34 0 1A 4C E 28 47 35
Octal 334 243 64 0 32 114 16 50 107 65
Binary 11011100 10100011 110100 0 11010 1001100 1110 101000 1000111 110101

Color Harmonies of #DCA334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA334

Black with #DCA334

Text Example


Text Example

White with #DCA334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA334; }

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

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

background-color css

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

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

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

border-color css

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

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

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