Html Css Color HEX #D69828 Buttercup

📋 copy color: '#D69828'

red 214 ◦ green 152 ◦ blue 40

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

Shades of Buttercup #D69828

Tints of Buttercup #D69828

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.44%

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

R = 52.71%
G = 37.44%
B = 9.85%

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

#D69828 (or 0xD69828) is known color: Buttercup. HEX triplet: D6, 98 and 28. RGB value is (214,152,40). Sum of RGB (Red+Green+Blue) = 214+152+40=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D69828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69828 is #2967D7. Grayscale: #9E9E9E. Windows color (decimal): -2713560 or 2660566. OLE color: 2660566.

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

Color convert

RGB 214 152 40 -
CMYK 0 0.29 0.81 0.16
HSL 38.62º 0.69% 0.5% -
HSV(B) 38.62º 0.81% 0.84% -
XYZ 39.34 36.91 7.06 -
YUV 157.77 61.54 168.11 -
System Red Green Blue C M Y K H S L
Decimal 214 152 40 0 0.29 0.81 0.16 38.62 0.69 0.5
Hex D6 98 28 0 1D 51 10 27 45 32
Octal 326 230 50 0 35 121 20 47 105 62
Binary 11010110 10011000 101000 0 11101 1010001 10000 100111 1000101 110010

Color Harmonies of #D69828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69828

Black with #D69828

Text Example


Text Example

White with #D69828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69828; }

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

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

background-color css

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

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

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

border-color css

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

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

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