Html Css Color HEX #D69222 Buttercup

📋 copy color: '#D69222'

red 214 ◦ green 146 ◦ blue 34

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

Shades of Buttercup #D69222

Tints of Buttercup #D69222

RGB

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

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

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

R = 54.31%
G = 37.06%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D69222 (or 0xD69222) is known color: Buttercup. HEX triplet: D6, 92 and 22. RGB value is (214,146,34). Sum of RGB (Red+Green+Blue) = 214+146+34=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 34 (13.67% from 255 or 8.63% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D69222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69222 is #296DDD. Grayscale: #9A9A9A. Windows color (decimal): -2715102 or 2265814. OLE color: 2265814.

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

Color convert

RGB 214 146 34 -
CMYK 0 0.32 0.84 0.16
HSL 37.33º 0.73% 0.49% -
HSV(B) 37.33º 0.84% 0.84% -
XYZ 38.3 34.97 6.24 -
YUV 153.56 60.53 171.11 -
System Red Green Blue C M Y K H S L
Decimal 214 146 34 0 0.32 0.84 0.16 37.33 0.73 0.49
Hex D6 92 22 0 20 54 10 25 49 31
Octal 326 222 42 0 40 124 20 45 111 61
Binary 11010110 10010010 100010 0 100000 1010100 10000 100101 1001001 110001

Color Harmonies of #D69222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69222

Black with #D69222

Text Example


Text Example

White with #D69222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69222; }

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

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

background-color css

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

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

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

border-color css

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

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

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