Html Css Color HEX #D69F2D Buttercup

📋 copy color: '#D69F2D'

red 214 ◦ green 159 ◦ blue 45

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

Shades of Buttercup #D69F2D

Tints of Buttercup #D69F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.77%

R = 51.2%
G = 38.04%
B = 10.77%

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

#D69F2D (or 0xD69F2D) is known color: Buttercup. HEX triplet: D6, 9F and 2D. RGB value is (214,159,45). Sum of RGB (Red+Green+Blue) = 214+159+45=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69F2D is #2960D2. Grayscale: #A2A2A2. Windows color (decimal): -2711763 or 2990038. OLE color: 2990038.

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

Color convert

RGB 214 159 45 -
CMYK 0 0.26 0.79 0.16
HSL 40.47º 0.67% 0.51% -
HSV(B) 40.47º 0.79% 0.84% -
XYZ 40.6 39.28 7.92 -
YUV 162.45 61.72 164.77 -
System Red Green Blue C M Y K H S L
Decimal 214 159 45 0 0.26 0.79 0.16 40.47 0.67 0.51
Hex D6 9F 2D 0 1A 4F 10 28 43 33
Octal 326 237 55 0 32 117 20 50 103 63
Binary 11010110 10011111 101101 0 11010 1001111 10000 101000 1000011 110011

Color Harmonies of #D69F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69F2D

Black with #D69F2D

Text Example


Text Example

White with #D69F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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