Html Css Color HEX #DBB242 Tulip Tree

📋 copy color: '#DBB242'

red 219 ◦ green 178 ◦ blue 66

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

Shades of Tulip Tree #DBB242

Tints of Tulip Tree #DBB242

RGB

 RED value IS 219 (85.94% from 255) = 47.3%

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

 BLUE value IS 66 (26.17% from 255) = 14.25%

R = 47.3%
G = 38.44%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DBB242 (or 0xDBB242) is known color: Tulip Tree. HEX triplet: DB, B2 and 42. RGB value is (219,178,66). Sum of RGB (Red+Green+Blue) = 219+178+66=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 66 (26.17% from 255 or 14.25% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB242 is #244DBD. Grayscale: #B1B1B1. Windows color (decimal): -2379198 or 4371163. OLE color: 4371163.

HSL color Cylindrical-coordinate representation of color #DBB242: hue angle of 43.92º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBB242 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 178 66 -
CMYK 0 0.19 0.70 0.14
HSL 43.92º 0.68% 0.56% -
HSV(B) 43.92º 0.7% 0.86% -
XYZ 46.12 47.29 11.85 -
YUV 177.49 65.08 157.61 -
System Red Green Blue C M Y K H S L
Decimal 219 178 66 0 0.19 0.70 0.14 43.92 0.68 0.56
Hex DB B2 42 0 13 46 E 2C 44 38
Octal 333 262 102 0 23 106 16 54 104 70
Binary 11011011 10110010 1000010 0 10011 1000110 1110 101100 1000100 111000

Color Harmonies of #DBB242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB242

Black with #DBB242

Text Example


Text Example

White with #DBB242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB242; }

 p { color: rgb(219,178,66); }

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

background-color css

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

 a { background-color: rgb(219,178,66); }

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

border-color css

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

 span { border-color: rgb(219,178,66); }

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