Html Css Color HEX #D69117 Buttercup

📋 copy color: '#D69117'

red 214 ◦ green 145 ◦ blue 23

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

Shades of Buttercup #D69117

Tints of Buttercup #D69117

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.96%

 BLUE value IS 23 (9.38% from 255) = 6.02%

R = 56.02%
G = 37.96%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D69117 (or 0xD69117) is known color: Buttercup. HEX triplet: D6, 91 and 17. RGB value is (214,145,23). Sum of RGB (Red+Green+Blue) = 214+145+23=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 23 (9.38% from 255 or 6.02% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D69117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69117 is #296EE8. Grayscale: #989898. Windows color (decimal): -2715369 or 1544662. OLE color: 1544662.

HSL color Cylindrical-coordinate representation of color #D69117: hue angle of 38.32º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D69117 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 145 23 -
CMYK 0 0.32 0.89 0.16
HSL 38.32º 0.81% 0.46% -
HSV(B) 38.32º 0.89% 0.84% -
XYZ 38.01 34.61 5.49 -
YUV 151.72 55.36 172.42 -
System Red Green Blue C M Y K H S L
Decimal 214 145 23 0 0.32 0.89 0.16 38.32 0.81 0.46
Hex D6 91 17 0 20 59 10 26 51 2E
Octal 326 221 27 0 40 131 20 46 121 56
Binary 11010110 10010001 10111 0 100000 1011001 10000 100110 1010001 101110

Color Harmonies of #D69117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69117

Black with #D69117

Text Example


Text Example

White with #D69117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69117; }

 p { color: rgb(214,145,23); }

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

background-color css

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

 a { background-color: rgb(214,145,23); }

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

border-color css

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

 span { border-color: rgb(214,145,23); }

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