Html Css Color HEX #D69721 Buttercup

📋 copy color: '#D69721'

red 214 ◦ green 151 ◦ blue 33

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

Shades of Buttercup #D69721

Tints of Buttercup #D69721

RGB

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

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

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

R = 53.77%
G = 37.94%
B = 8.29%

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

#D69721 (or 0xD69721) is known color: Buttercup. HEX triplet: D6, 97 and 21. RGB value is (214,151,33). Sum of RGB (Red+Green+Blue) = 214+151+33=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 33 (13.28% from 255 or 8.29% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D69721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69721 is #2968DE. Grayscale: #9C9C9C. Windows color (decimal): -2713823 or 2201558. OLE color: 2201558.

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

Color convert

RGB 214 151 33 -
CMYK 0 0.29 0.85 0.16
HSL 39.12º 0.73% 0.48% -
HSV(B) 39.12º 0.85% 0.84% -
XYZ 39.07 36.54 6.43 -
YUV 156.39 58.37 169.09 -
System Red Green Blue C M Y K H S L
Decimal 214 151 33 0 0.29 0.85 0.16 39.12 0.73 0.48
Hex D6 97 21 0 1D 55 10 27 49 30
Octal 326 227 41 0 35 125 20 47 111 60
Binary 11010110 10010111 100001 0 11101 1010101 10000 100111 1001001 110000

Color Harmonies of #D69721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69721

Black with #D69721

Text Example


Text Example

White with #D69721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69721; }

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

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

background-color css

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

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

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

border-color css

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

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

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