Html Css Color HEX #DCA83A Tulip Tree

📋 copy color: '#DCA83A'

red 220 ◦ green 168 ◦ blue 58

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

Shades of Tulip Tree #DCA83A

Tints of Tulip Tree #DCA83A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.67%

 BLUE value IS 58 (23.05% from 255) = 13%

R = 49.33%
G = 37.67%
B = 13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DCA83A (or 0xDCA83A) is known color: Tulip Tree. HEX triplet: DC, A8 and 3A. RGB value is (220,168,58). Sum of RGB (Red+Green+Blue) = 220+168+58=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 58 (23.05% from 255 or 13.00% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA83A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA83A is #2357C5. Grayscale: #ABABAB. Windows color (decimal): -2316230 or 3844316. OLE color: 3844316.

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

Color convert

RGB 220 168 58 -
CMYK 0 0.24 0.74 0.14
HSL 40.74º 0.7% 0.55% -
HSV(B) 40.74º 0.74% 0.86% -
XYZ 44.28 43.53 10.07 -
YUV 171.01 64.23 162.94 -
System Red Green Blue C M Y K H S L
Decimal 220 168 58 0 0.24 0.74 0.14 40.74 0.7 0.55
Hex DC A8 3A 0 18 4A E 29 46 37
Octal 334 250 72 0 30 112 16 51 106 67
Binary 11011100 10101000 111010 0 11000 1001010 1110 101001 1000110 110111

Color Harmonies of #DCA83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA83A

Black with #DCA83A

Text Example


Text Example

White with #DCA83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA83A; }

 p { color: rgb(220,168,58); }

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

background-color css

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

 a { background-color: rgb(220,168,58); }

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

border-color css

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

 span { border-color: rgb(220,168,58); }

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