Html Css Color HEX #D69322 Buttercup

📋 copy color: '#D69322'

red 214 ◦ green 147 ◦ blue 34

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

Shades of Buttercup #D69322

Tints of Buttercup #D69322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.61%

R = 54.18%
G = 37.22%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D69322 (or 0xD69322) is known color: Buttercup. HEX triplet: D6, 93 and 22. RGB value is (214,147,34). Sum of RGB (Red+Green+Blue) = 214+147+34=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 34 (13.67% from 255 or 8.61% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D69322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69322 is #296CDD. Grayscale: #9A9A9A. Windows color (decimal): -2714846 or 2266070. OLE color: 2266070.

HSL color Cylindrical-coordinate representation of color #D69322: hue angle of 37.67º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D69322 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 147 34 -
CMYK 0 0.31 0.84 0.16
HSL 37.67º 0.73% 0.49% -
HSV(B) 37.67º 0.84% 0.84% -
XYZ 38.45 35.28 6.3 -
YUV 154.15 60.2 170.69 -
System Red Green Blue C M Y K H S L
Decimal 214 147 34 0 0.31 0.84 0.16 37.67 0.73 0.49
Hex D6 93 22 0 1F 54 10 26 49 31
Octal 326 223 42 0 37 124 20 46 111 61
Binary 11010110 10010011 100010 0 11111 1010100 10000 100110 1001001 110001

Color Harmonies of #D69322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69322

Black with #D69322

Text Example


Text Example

White with #D69322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69322; }

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

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

background-color css

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

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

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

border-color css

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

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

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