Html Css Color HEX #D69821 Buttercup

📋 copy color: '#D69821'

red 214 ◦ green 152 ◦ blue 33

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

Shades of Buttercup #D69821

Tints of Buttercup #D69821

RGB

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

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

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

R = 53.63%
G = 38.1%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D69821 (or 0xD69821) is known color: Buttercup. HEX triplet: D6, 98 and 21. RGB value is (214,152,33). Sum of RGB (Red+Green+Blue) = 214+152+33=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 33 (13.28% from 255 or 8.27% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D69821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69821 is #2967DE. Grayscale: #9D9D9D. Windows color (decimal): -2713567 or 2201814. OLE color: 2201814.

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

Color convert

RGB 214 152 33 -
CMYK 0 0.29 0.85 0.16
HSL 39.45º 0.73% 0.48% -
HSV(B) 39.45º 0.85% 0.84% -
XYZ 39.23 36.86 6.49 -
YUV 156.97 58.04 168.68 -
System Red Green Blue C M Y K H S L
Decimal 214 152 33 0 0.29 0.85 0.16 39.45 0.73 0.48
Hex D6 98 21 0 1D 55 10 27 49 30
Octal 326 230 41 0 35 125 20 47 111 60
Binary 11010110 10011000 100001 0 11101 1010101 10000 100111 1001001 110000

Color Harmonies of #D69821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69821

Black with #D69821

Text Example


Text Example

White with #D69821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69821; }

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

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

background-color css

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

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

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

border-color css

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

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

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