Html Css Color HEX #D8A542 Tulip Tree

📋 copy color: '#D8A542'

red 216 ◦ green 165 ◦ blue 66

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

Shades of Tulip Tree #D8A542

Tints of Tulip Tree #D8A542

RGB

 RED value IS 216 (84.77% from 255) = 48.32%

 GREEN value IS 165 (64.84% from 255) = 36.91%

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

R = 48.32%
G = 36.91%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D8A542 (or 0xD8A542) is known color: Tulip Tree. HEX triplet: D8, A5 and 42. RGB value is (216,165,66). Sum of RGB (Red+Green+Blue) = 216+165+66=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A542 is #275ABD. Grayscale: #A9A9A9. Windows color (decimal): -2579134 or 4367832. OLE color: 4367832.

HSL color Cylindrical-coordinate representation of color #D8A542: hue angle of 39.6º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D8A542 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 165 66 -
CMYK 0 0.24 0.69 0.15
HSL 39.6º 0.66% 0.55% -
HSV(B) 39.6º 0.69% 0.85% -
XYZ 42.76 41.9 10.99 -
YUV 168.96 69.9 161.55 -
System Red Green Blue C M Y K H S L
Decimal 216 165 66 0 0.24 0.69 0.15 39.6 0.66 0.55
Hex D8 A5 42 0 18 45 F 28 42 37
Octal 330 245 102 0 30 105 17 50 102 67
Binary 11011000 10100101 1000010 0 11000 1000101 1111 101000 1000010 110111

Color Harmonies of #D8A542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A542

Black with #D8A542

Text Example


Text Example

White with #D8A542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A542; }

 p { color: rgb(216,165,66); }

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

background-color css

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

 a { background-color: rgb(216,165,66); }

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

border-color css

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

 span { border-color: rgb(216,165,66); }

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