Html Css Color HEX #D69122 Buttercup

📋 copy color: '#D69122'

red 214 ◦ green 145 ◦ blue 34

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

Shades of Buttercup #D69122

Tints of Buttercup #D69122

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.9%

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

R = 54.45%
G = 36.9%
B = 8.65%

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

#D69122 (or 0xD69122) is known color: Buttercup. HEX triplet: D6, 91 and 22. RGB value is (214,145,34). Sum of RGB (Red+Green+Blue) = 214+145+34=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 34 (13.67% from 255 or 8.65% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D69122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69122 is #296EDD. Grayscale: #999999. Windows color (decimal): -2715358 or 2265558. OLE color: 2265558.

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

Color convert

RGB 214 145 34 -
CMYK 0 0.32 0.84 0.16
HSL 37º 0.73% 0.49% -
HSV(B) 37º 0.84% 0.84% -
XYZ 38.15 34.66 6.19 -
YUV 152.98 60.86 171.53 -
System Red Green Blue C M Y K H S L
Decimal 214 145 34 0 0.32 0.84 0.16 37 0.73 0.49
Hex D6 91 22 0 20 54 10 25 49 31
Octal 326 221 42 0 40 124 20 45 111 61
Binary 11010110 10010001 100010 0 100000 1010100 10000 100101 1001001 110001

Color Harmonies of #D69122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69122

Black with #D69122

Text Example


Text Example

White with #D69122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69122; }

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

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

background-color css

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

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

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

border-color css

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

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

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