Html Css Color HEX #D69A2E Buttercup

📋 copy color: '#D69A2E'

red 214 ◦ green 154 ◦ blue 46

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

Shades of Buttercup #D69A2E

Tints of Buttercup #D69A2E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.2%

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

R = 51.69%
G = 37.2%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D69A2E (or 0xD69A2E) is known color: Buttercup. HEX triplet: D6, 9A and 2E. RGB value is (214,154,46). Sum of RGB (Red+Green+Blue) = 214+154+46=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 46 (18.36% from 255 or 11.11% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69A2E is #2965D1. Grayscale: #A0A0A0. Windows color (decimal): -2713042 or 3054294. OLE color: 3054294.

HSL color Cylindrical-coordinate representation of color #D69A2E: hue angle of 38.57º 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 #D69A2E is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 154 46 -
CMYK 0 0.28 0.79 0.16
HSL 38.57º 0.67% 0.51% -
HSV(B) 38.57º 0.79% 0.84% -
XYZ 39.78 37.6 7.75 -
YUV 159.63 63.88 166.78 -
System Red Green Blue C M Y K H S L
Decimal 214 154 46 0 0.28 0.79 0.16 38.57 0.67 0.51
Hex D6 9A 2E 0 1C 4F 10 27 43 33
Octal 326 232 56 0 34 117 20 47 103 63
Binary 11010110 10011010 101110 0 11100 1001111 10000 100111 1000011 110011

Color Harmonies of #D69A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A2E

Black with #D69A2E

Text Example


Text Example

White with #D69A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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