Html Css Color HEX #D69320 Buttercup

📋 copy color: '#D69320'

red 214 ◦ green 147 ◦ blue 32

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

Shades of Buttercup #D69320

Tints of Buttercup #D69320

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.4%

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

R = 54.45%
G = 37.4%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D69320 (or 0xD69320) is known color: Buttercup. HEX triplet: D6, 93 and 20. RGB value is (214,147,32). Sum of RGB (Red+Green+Blue) = 214+147+32=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D69320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69320 is #296CDF. Grayscale: #9A9A9A. Windows color (decimal): -2714848 or 2134998. OLE color: 2134998.

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

Color convert

RGB 214 147 32 -
CMYK 0 0.31 0.85 0.16
HSL 37.91º 0.74% 0.48% -
HSV(B) 37.91º 0.85% 0.84% -
XYZ 38.43 35.27 6.15 -
YUV 153.92 59.2 170.85 -
System Red Green Blue C M Y K H S L
Decimal 214 147 32 0 0.31 0.85 0.16 37.91 0.74 0.48
Hex D6 93 20 0 1F 55 10 26 4A 30
Octal 326 223 40 0 37 125 20 46 112 60
Binary 11010110 10010011 100000 0 11111 1010101 10000 100110 1001010 110000

Color Harmonies of #D69320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69320

Black with #D69320

Text Example


Text Example

White with #D69320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69320; }

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

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

background-color css

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

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

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

border-color css

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

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

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