Html Css Color HEX #D69728 Buttercup

📋 copy color: '#D69728'

red 214 ◦ green 151 ◦ blue 40

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

Shades of Buttercup #D69728

Tints of Buttercup #D69728

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.28%

 BLUE value IS 40 (16.02% from 255) = 9.88%

R = 52.84%
G = 37.28%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D69728 (or 0xD69728) is known color: Buttercup. HEX triplet: D6, 97 and 28. RGB value is (214,151,40). Sum of RGB (Red+Green+Blue) = 214+151+40=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 40 (16.02% from 255 or 9.88% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D69728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69728 is #2968D7. Grayscale: #9D9D9D. Windows color (decimal): -2713816 or 2660310. OLE color: 2660310.

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

Color convert

RGB 214 151 40 -
CMYK 0 0.29 0.81 0.16
HSL 38.28º 0.69% 0.5% -
HSV(B) 38.28º 0.81% 0.84% -
XYZ 39.18 36.58 7 -
YUV 157.18 61.87 168.53 -
System Red Green Blue C M Y K H S L
Decimal 214 151 40 0 0.29 0.81 0.16 38.28 0.69 0.5
Hex D6 97 28 0 1D 51 10 26 45 32
Octal 326 227 50 0 35 121 20 46 105 62
Binary 11010110 10010111 101000 0 11101 1010001 10000 100110 1000101 110010

Color Harmonies of #D69728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69728

Black with #D69728

Text Example


Text Example

White with #D69728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69728; }

 p { color: rgb(214,151,40); }

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

background-color css

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

 a { background-color: rgb(214,151,40); }

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

border-color css

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

 span { border-color: rgb(214,151,40); }

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