Html Css Color HEX #D69529 Buttercup

📋 copy color: '#D69529'

red 214 ◦ green 149 ◦ blue 41

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

Shades of Buttercup #D69529

Tints of Buttercup #D69529

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.88%

 BLUE value IS 41 (16.41% from 255) = 10.15%

R = 52.97%
G = 36.88%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D69529 (or 0xD69529) is known color: Buttercup. HEX triplet: D6, 95 and 29. RGB value is (214,149,41). Sum of RGB (Red+Green+Blue) = 214+149+41=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 41 (16.41% from 255 or 10.15% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D69529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69529 is #296AD6. Grayscale: #9C9C9C. Windows color (decimal): -2714327 or 2725334. OLE color: 2725334.

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

Color convert

RGB 214 149 41 -
CMYK 0 0.30 0.81 0.16
HSL 37.46º 0.68% 0.5% -
HSV(B) 37.46º 0.81% 0.84% -
XYZ 38.88 35.95 6.99 -
YUV 156.12 63.03 169.28 -
System Red Green Blue C M Y K H S L
Decimal 214 149 41 0 0.30 0.81 0.16 37.46 0.68 0.5
Hex D6 95 29 0 1E 51 10 25 44 32
Octal 326 225 51 0 36 121 20 45 104 62
Binary 11010110 10010101 101001 0 11110 1010001 10000 100101 1000100 110010

Color Harmonies of #D69529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69529

Black with #D69529

Text Example


Text Example

White with #D69529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69529; }

 p { color: rgb(214,149,41); }

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

background-color css

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

 a { background-color: rgb(214,149,41); }

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

border-color css

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

 span { border-color: rgb(214,149,41); }

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