Html Css Color HEX #D69820 Buttercup

📋 copy color: '#D69820'

red 214 ◦ green 152 ◦ blue 32

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

Shades of Buttercup #D69820

Tints of Buttercup #D69820

RGB

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

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

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

R = 53.77%
G = 38.19%
B = 8.04%

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

#D69820 (or 0xD69820) is known color: Buttercup. HEX triplet: D6, 98 and 20. RGB value is (214,152,32). Sum of RGB (Red+Green+Blue) = 214+152+32=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D69820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69820 is #2967DF. Grayscale: #9D9D9D. Windows color (decimal): -2713568 or 2136278. OLE color: 2136278.

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

Color convert

RGB 214 152 32 -
CMYK 0 0.29 0.85 0.16
HSL 39.56º 0.74% 0.48% -
HSV(B) 39.56º 0.85% 0.84% -
XYZ 39.22 36.86 6.41 -
YUV 156.86 57.54 168.76 -
System Red Green Blue C M Y K H S L
Decimal 214 152 32 0 0.29 0.85 0.16 39.56 0.74 0.48
Hex D6 98 20 0 1D 55 10 28 4A 30
Octal 326 230 40 0 35 125 20 50 112 60
Binary 11010110 10011000 100000 0 11101 1010101 10000 101000 1001010 110000

Color Harmonies of #D69820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69820

Black with #D69820

Text Example


Text Example

White with #D69820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69820; }

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

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

background-color css

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

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

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

border-color css

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

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

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