Html Css Color HEX #DAB142 Tulip Tree

📋 copy color: '#DAB142'

red 218 ◦ green 177 ◦ blue 66

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

Shades of Tulip Tree #DAB142

Tints of Tulip Tree #DAB142

RGB

 RED value IS 218 (85.55% from 255) = 47.29%

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

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

R = 47.29%
G = 38.39%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DAB142 (or 0xDAB142) is known color: Tulip Tree. HEX triplet: DA, B1 and 42. RGB value is (218,177,66). Sum of RGB (Red+Green+Blue) = 218+177+66=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 66 (26.17% from 255 or 14.32% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB142 is #254EBD. Grayscale: #B1B1B1. Windows color (decimal): -2444990 or 4370906. OLE color: 4370906.

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

Color convert

RGB 218 177 66 -
CMYK 0 0.19 0.70 0.15
HSL 43.82º 0.67% 0.56% -
HSV(B) 43.82º 0.7% 0.85% -
XYZ 45.62 46.74 11.77 -
YUV 176.61 65.58 157.53 -
System Red Green Blue C M Y K H S L
Decimal 218 177 66 0 0.19 0.70 0.15 43.82 0.67 0.56
Hex DA B1 42 0 13 46 F 2C 43 38
Octal 332 261 102 0 23 106 17 54 103 70
Binary 11011010 10110001 1000010 0 10011 1000110 1111 101100 1000011 111000

Color Harmonies of #DAB142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB142

Black with #DAB142

Text Example


Text Example

White with #DAB142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB142; }

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

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

background-color css

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

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

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

border-color css

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

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

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