Html Css Color HEX #DCB23E Tulip Tree

📋 copy color: '#DCB23E'

red 220 ◦ green 178 ◦ blue 62

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

Shades of Tulip Tree #DCB23E

Tints of Tulip Tree #DCB23E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.7%

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

R = 47.83%
G = 38.7%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DCB23E (or 0xDCB23E) is known color: Tulip Tree. HEX triplet: DC, B2 and 3E. RGB value is (220,178,62). Sum of RGB (Red+Green+Blue) = 220+178+62=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 62 (24.61% from 255 or 13.48% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB23E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB23E is #234DC1. Grayscale: #B1B1B1. Windows color (decimal): -2313666 or 4109020. OLE color: 4109020.

HSL color Cylindrical-coordinate representation of color #DCB23E: hue angle of 44.05º 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 #DCB23E is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 178 62 -
CMYK 0 0.19 0.72 0.14
HSL 44.05º 0.69% 0.55% -
HSV(B) 44.05º 0.72% 0.86% -
XYZ 46.31 47.4 11.27 -
YUV 177.33 62.91 158.43 -
System Red Green Blue C M Y K H S L
Decimal 220 178 62 0 0.19 0.72 0.14 44.05 0.69 0.55
Hex DC B2 3E 0 13 48 E 2C 45 37
Octal 334 262 76 0 23 110 16 54 105 67
Binary 11011100 10110010 111110 0 10011 1001000 1110 101100 1000101 110111

Color Harmonies of #DCB23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB23E

Black with #DCB23E

Text Example


Text Example

White with #DCB23E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB23E; }

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

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

background-color css

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

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

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

border-color css

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

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

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