Html Css Color HEX #DBB142 Tulip Tree

📋 copy color: '#DBB142'

red 219 ◦ green 177 ◦ blue 66

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

Shades of Tulip Tree #DBB142

Tints of Tulip Tree #DBB142

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.31%

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

R = 47.4%
G = 38.31%
B = 14.29%

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

#DBB142 (or 0xDBB142) is known color: Tulip Tree. HEX triplet: DB, B1 and 42. RGB value is (219,177,66). Sum of RGB (Red+Green+Blue) = 219+177+66=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 177 (69.53% from 255 or 38.31% from 462); Blue value is 66 (26.17% from 255 or 14.29% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB142 is #244EBD. Grayscale: #B1B1B1. Windows color (decimal): -2379454 or 4370907. OLE color: 4370907.

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

Color convert

RGB 219 177 66 -
CMYK 0 0.19 0.70 0.14
HSL 43.53º 0.68% 0.56% -
HSV(B) 43.53º 0.7% 0.86% -
XYZ 45.92 46.9 11.79 -
YUV 176.9 65.41 158.03 -
System Red Green Blue C M Y K H S L
Decimal 219 177 66 0 0.19 0.70 0.14 43.53 0.68 0.56
Hex DB B1 42 0 13 46 E 2C 44 38
Octal 333 261 102 0 23 106 16 54 104 70
Binary 11011011 10110001 1000010 0 10011 1000110 1110 101100 1000100 111000

Color Harmonies of #DBB142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB142

Black with #DBB142

Text Example


Text Example

White with #DBB142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB142; }

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

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

background-color css

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

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

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

border-color css

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

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

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