Html Css Color HEX #D69522 Buttercup

📋 copy color: '#D69522'

red 214 ◦ green 149 ◦ blue 34

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

Shades of Buttercup #D69522

Tints of Buttercup #D69522

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.53%

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

R = 53.9%
G = 37.53%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D69522 (or 0xD69522) is known color: Buttercup. HEX triplet: D6, 95 and 22. RGB value is (214,149,34). Sum of RGB (Red+Green+Blue) = 214+149+34=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 34 (13.67% from 255 or 8.56% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D69522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69522 is #296ADD. Grayscale: #9B9B9B. Windows color (decimal): -2714334 or 2266582. OLE color: 2266582.

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

Color convert

RGB 214 149 34 -
CMYK 0 0.30 0.84 0.16
HSL 38.33º 0.73% 0.49% -
HSV(B) 38.33º 0.84% 0.84% -
XYZ 38.77 35.91 6.4 -
YUV 155.33 59.53 169.85 -
System Red Green Blue C M Y K H S L
Decimal 214 149 34 0 0.30 0.84 0.16 38.33 0.73 0.49
Hex D6 95 22 0 1E 54 10 26 49 31
Octal 326 225 42 0 36 124 20 46 111 61
Binary 11010110 10010101 100010 0 11110 1010100 10000 100110 1001001 110001

Color Harmonies of #D69522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69522

Black with #D69522

Text Example


Text Example

White with #D69522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69522; }

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

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

background-color css

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

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

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

border-color css

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

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

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