Html Css Color HEX #D8A33C Tulip Tree

📋 copy color: '#D8A33C'

red 216 ◦ green 163 ◦ blue 60

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

Shades of Tulip Tree #D8A33C

Tints of Tulip Tree #D8A33C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.67%

R = 49.2%
G = 37.13%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8A33C (or 0xD8A33C) is known color: Tulip Tree. HEX triplet: D8, A3 and 3C. RGB value is (216,163,60). Sum of RGB (Red+Green+Blue) = 216+163+60=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A33C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A33C is #275CC3. Grayscale: #A7A7A7. Windows color (decimal): -2579652 or 3974104. OLE color: 3974104.

HSL color Cylindrical-coordinate representation of color #D8A33C: hue angle of 39.62º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D8A33C is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 163 60 -
CMYK 0 0.25 0.72 0.15
HSL 39.62º 0.67% 0.54% -
HSV(B) 39.62º 0.72% 0.85% -
XYZ 42.23 41.12 9.99 -
YUV 167.11 67.56 162.88 -
System Red Green Blue C M Y K H S L
Decimal 216 163 60 0 0.25 0.72 0.15 39.62 0.67 0.54
Hex D8 A3 3C 0 19 48 F 28 43 36
Octal 330 243 74 0 31 110 17 50 103 66
Binary 11011000 10100011 111100 0 11001 1001000 1111 101000 1000011 110110

Color Harmonies of #D8A33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A33C

Black with #D8A33C

Text Example


Text Example

White with #D8A33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A33C; }

 p { color: rgb(216,163,60); }

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

background-color css

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

 a { background-color: rgb(216,163,60); }

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

border-color css

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

 span { border-color: rgb(216,163,60); }

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