Html Css Color HEX #D69F2E Buttercup

📋 copy color: '#D69F2E'

red 214 ◦ green 159 ◦ blue 46

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

Shades of Buttercup #D69F2E

Tints of Buttercup #D69F2E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.95%

 BLUE value IS 46 (18.36% from 255) = 10.98%

R = 51.07%
G = 37.95%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D69F2E (or 0xD69F2E) is known color: Buttercup. HEX triplet: D6, 9F and 2E. RGB value is (214,159,46). Sum of RGB (Red+Green+Blue) = 214+159+46=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 46 (18.36% from 255 or 10.98% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69F2E is #2960D1. Grayscale: #A3A3A3. Windows color (decimal): -2711762 or 3055574. OLE color: 3055574.

HSL color Cylindrical-coordinate representation of color #D69F2E: hue angle of 40.36º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D69F2E is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 159 46 -
CMYK 0 0.26 0.79 0.16
HSL 40.36º 0.67% 0.51% -
HSV(B) 40.36º 0.79% 0.84% -
XYZ 40.62 39.29 8.03 -
YUV 162.56 62.22 164.69 -
System Red Green Blue C M Y K H S L
Decimal 214 159 46 0 0.26 0.79 0.16 40.36 0.67 0.51
Hex D6 9F 2E 0 1A 4F 10 28 43 33
Octal 326 237 56 0 32 117 20 50 103 63
Binary 11010110 10011111 101110 0 11010 1001111 10000 101000 1000011 110011

Color Harmonies of #D69F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69F2E

Black with #D69F2E

Text Example


Text Example

White with #D69F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69F2E; }

 p { color: rgb(214,159,46); }

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

background-color css

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

 a { background-color: rgb(214,159,46); }

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

border-color css

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

 span { border-color: rgb(214,159,46); }

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