Html Css Color HEX #D69720 Buttercup

📋 copy color: '#D69720'

red 214 ◦ green 151 ◦ blue 32

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

Shades of Buttercup #D69720

Tints of Buttercup #D69720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.06%

R = 53.9%
G = 38.04%
B = 8.06%

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

#D69720 (or 0xD69720) is known color: Buttercup. HEX triplet: D6, 97 and 20. RGB value is (214,151,32). Sum of RGB (Red+Green+Blue) = 214+151+32=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D69720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69720 is #2968DF. Grayscale: #9C9C9C. Windows color (decimal): -2713824 or 2136022. OLE color: 2136022.

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

Color convert

RGB 214 151 32 -
CMYK 0 0.29 0.85 0.16
HSL 39.23º 0.74% 0.48% -
HSV(B) 39.23º 0.85% 0.84% -
XYZ 39.06 36.53 6.36 -
YUV 156.27 57.87 169.18 -
System Red Green Blue C M Y K H S L
Decimal 214 151 32 0 0.29 0.85 0.16 39.23 0.74 0.48
Hex D6 97 20 0 1D 55 10 27 4A 30
Octal 326 227 40 0 35 125 20 47 112 60
Binary 11010110 10010111 100000 0 11101 1010101 10000 100111 1001010 110000

Color Harmonies of #D69720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69720

Black with #D69720

Text Example


Text Example

White with #D69720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69720; }

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

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

background-color css

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

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

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

border-color css

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

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

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