Html Css Color HEX #D4A342 Tulip Tree

📋 copy color: '#D4A342'

red 212 ◦ green 163 ◦ blue 66

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

Shades of Tulip Tree #D4A342

Tints of Tulip Tree #D4A342

RGB

 RED value IS 212 (83.2% from 255) = 48.07%

 GREEN value IS 163 (64.06% from 255) = 36.96%

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

R = 48.07%
G = 36.96%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D4A342 (or 0xD4A342) is known color: Tulip Tree. HEX triplet: D4, A3 and 42. RGB value is (212,163,66). Sum of RGB (Red+Green+Blue) = 212+163+66=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 66 (26.17% from 255 or 14.97% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A342 is #2B5CBD. Grayscale: #A7A7A7. Windows color (decimal): -2841790 or 4367316. OLE color: 4367316.

HSL color Cylindrical-coordinate representation of color #D4A342: hue angle of 39.86º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4A342 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 163 66 -
CMYK 0 0.23 0.69 0.17
HSL 39.86º 0.63% 0.55% -
HSV(B) 39.86º 0.69% 0.83% -
XYZ 41.23 40.58 10.81 -
YUV 166.59 71.23 160.39 -
System Red Green Blue C M Y K H S L
Decimal 212 163 66 0 0.23 0.69 0.17 39.86 0.63 0.55
Hex D4 A3 42 0 17 45 11 28 3F 37
Octal 324 243 102 0 27 105 21 50 77 67
Binary 11010100 10100011 1000010 0 10111 1000101 10001 101000 111111 110111

Color Harmonies of #D4A342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A342

Black with #D4A342

Text Example


Text Example

White with #D4A342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A342; }

 p { color: rgb(212,163,66); }

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

background-color css

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

 a { background-color: rgb(212,163,66); }

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

border-color css

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

 span { border-color: rgb(212,163,66); }

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