Html Css Color HEX #D69221 Buttercup

📋 copy color: '#D69221'

red 214 ◦ green 146 ◦ blue 33

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

Shades of Buttercup #D69221

Tints of Buttercup #D69221

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.15%

 BLUE value IS 33 (13.28% from 255) = 8.4%

R = 54.45%
G = 37.15%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D69221 (or 0xD69221) is known color: Buttercup. HEX triplet: D6, 92 and 21. RGB value is (214,146,33). Sum of RGB (Red+Green+Blue) = 214+146+33=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 33 (13.28% from 255 or 8.40% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D69221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69221 is #296DDE. Grayscale: #999999. Windows color (decimal): -2715103 or 2200278. OLE color: 2200278.

HSL color Cylindrical-coordinate representation of color #D69221: hue angle of 37.46º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D69221 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 146 33 -
CMYK 0 0.32 0.85 0.16
HSL 37.46º 0.73% 0.48% -
HSV(B) 37.46º 0.85% 0.84% -
XYZ 38.28 34.96 6.17 -
YUV 153.45 60.03 171.19 -
System Red Green Blue C M Y K H S L
Decimal 214 146 33 0 0.32 0.85 0.16 37.46 0.73 0.48
Hex D6 92 21 0 20 55 10 25 49 30
Octal 326 222 41 0 40 125 20 45 111 60
Binary 11010110 10010010 100001 0 100000 1010101 10000 100101 1001001 110000

Color Harmonies of #D69221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69221

Black with #D69221

Text Example


Text Example

White with #D69221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69221; }

 p { color: rgb(214,146,33); }

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

background-color css

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

 a { background-color: rgb(214,146,33); }

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

border-color css

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

 span { border-color: rgb(214,146,33); }

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