Html Css Color HEX #D8A23C Tulip Tree

📋 copy color: '#D8A23C'

red 216 ◦ green 162 ◦ blue 60

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

Shades of Tulip Tree #D8A23C

Tints of Tulip Tree #D8A23C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.99%

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

R = 49.32%
G = 36.99%
B = 13.7%

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

#D8A23C (or 0xD8A23C) is known color: Tulip Tree. HEX triplet: D8, A2 and 3C. RGB value is (216,162,60). Sum of RGB (Red+Green+Blue) = 216+162+60=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 60 (23.83% from 255 or 13.70% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A23C is #275DC3. Grayscale: #A6A6A6. Windows color (decimal): -2579908 or 3973848. OLE color: 3973848.

HSL color Cylindrical-coordinate representation of color #D8A23C: hue angle of 39.23º 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 #D8A23C is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 162 60 -
CMYK 0 0.25 0.72 0.15
HSL 39.23º 0.67% 0.54% -
HSV(B) 39.23º 0.72% 0.85% -
XYZ 42.05 40.77 9.93 -
YUV 166.52 67.89 163.29 -
System Red Green Blue C M Y K H S L
Decimal 216 162 60 0 0.25 0.72 0.15 39.23 0.67 0.54
Hex D8 A2 3C 0 19 48 F 27 43 36
Octal 330 242 74 0 31 110 17 47 103 66
Binary 11011000 10100010 111100 0 11001 1001000 1111 100111 1000011 110110

Color Harmonies of #D8A23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A23C

Black with #D8A23C

Text Example


Text Example

White with #D8A23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A23C; }

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

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

background-color css

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

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

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

border-color css

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

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

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