Html Css Color HEX #D69227 Buttercup

📋 copy color: '#D69227'

red 214 ◦ green 146 ◦ blue 39

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

Shades of Buttercup #D69227

Tints of Buttercup #D69227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.77%

R = 53.63%
G = 36.59%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D69227 (or 0xD69227) is known color: Buttercup. HEX triplet: D6, 92 and 27. RGB value is (214,146,39). Sum of RGB (Red+Green+Blue) = 214+146+39=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 39 (15.62% from 255 or 9.77% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D69227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69227 is #296DD8. Grayscale: #9A9A9A. Windows color (decimal): -2715097 or 2593494. OLE color: 2593494.

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

Color convert

RGB 214 146 39 -
CMYK 0 0.32 0.82 0.16
HSL 36.69º 0.69% 0.5% -
HSV(B) 36.69º 0.82% 0.84% -
XYZ 38.38 35 6.65 -
YUV 154.13 63.03 170.7 -
System Red Green Blue C M Y K H S L
Decimal 214 146 39 0 0.32 0.82 0.16 36.69 0.69 0.5
Hex D6 92 27 0 20 52 10 25 45 32
Octal 326 222 47 0 40 122 20 45 105 62
Binary 11010110 10010010 100111 0 100000 1010010 10000 100101 1000101 110010

Color Harmonies of #D69227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69227

Black with #D69227

Text Example


Text Example

White with #D69227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69227; }

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

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

background-color css

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

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

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

border-color css

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

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

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