Html Css Color HEX #D6A23C Tulip Tree

📋 copy color: '#D6A23C'

red 214 ◦ green 162 ◦ blue 60

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

Shades of Tulip Tree #D6A23C

Tints of Tulip Tree #D6A23C

RGB

 RED value IS 214 (83.98% from 255) = 49.08%

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

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

R = 49.08%
G = 37.16%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6A23C (or 0xD6A23C) is known color: Tulip Tree. HEX triplet: D6, A2 and 3C. RGB value is (214,162,60). Sum of RGB (Red+Green+Blue) = 214+162+60=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 60 (23.83% from 255 or 13.76% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A23C is #295DC3. Grayscale: #A6A6A6. Windows color (decimal): -2710980 or 3973846. OLE color: 3973846.

HSL color Cylindrical-coordinate representation of color #D6A23C: hue angle of 39.74º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6A23C is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 162 60 -
CMYK 0 0.24 0.72 0.16
HSL 39.74º 0.65% 0.54% -
HSV(B) 39.74º 0.72% 0.84% -
XYZ 41.47 40.46 9.9 -
YUV 165.92 68.23 162.29 -
System Red Green Blue C M Y K H S L
Decimal 214 162 60 0 0.24 0.72 0.16 39.74 0.65 0.54
Hex D6 A2 3C 0 18 48 10 28 41 36
Octal 326 242 74 0 30 110 20 50 101 66
Binary 11010110 10100010 111100 0 11000 1001000 10000 101000 1000001 110110

Color Harmonies of #D6A23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A23C

Black with #D6A23C

Text Example


Text Example

White with #D6A23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A23C; }

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

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

background-color css

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

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

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

border-color css

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

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

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