Html Css Color HEX #D69224 Buttercup

📋 copy color: '#D69224'

red 214 ◦ green 146 ◦ blue 36

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

Shades of Buttercup #D69224

Tints of Buttercup #D69224

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.87%

 BLUE value IS 36 (14.45% from 255) = 9.09%

R = 54.04%
G = 36.87%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D69224 (or 0xD69224) is known color: Buttercup. HEX triplet: D6, 92 and 24. RGB value is (214,146,36). Sum of RGB (Red+Green+Blue) = 214+146+36=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 36 (14.45% from 255 or 9.09% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D69224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69224 is #296DDB. Grayscale: #9A9A9A. Windows color (decimal): -2715100 or 2396886. OLE color: 2396886.

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

Color convert

RGB 214 146 36 -
CMYK 0 0.32 0.83 0.16
HSL 37.08º 0.71% 0.49% -
HSV(B) 37.08º 0.83% 0.84% -
XYZ 38.33 34.98 6.4 -
YUV 153.79 61.53 170.94 -
System Red Green Blue C M Y K H S L
Decimal 214 146 36 0 0.32 0.83 0.16 37.08 0.71 0.49
Hex D6 92 24 0 20 53 10 25 47 31
Octal 326 222 44 0 40 123 20 45 107 61
Binary 11010110 10010010 100100 0 100000 1010011 10000 100101 1000111 110001

Color Harmonies of #D69224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69224

Black with #D69224

Text Example


Text Example

White with #D69224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69224; }

 p { color: rgb(214,146,36); }

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

background-color css

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

 a { background-color: rgb(214,146,36); }

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

border-color css

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

 span { border-color: rgb(214,146,36); }

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