Html Css Color HEX #DA9122 Buttercup

📋 copy color: '#DA9122'

red 218 ◦ green 145 ◦ blue 34

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

Shades of Buttercup #DA9122

Tints of Buttercup #DA9122

RGB

 RED value IS 218 (85.55% from 255) = 54.91%

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

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

R = 54.91%
G = 36.52%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA9122 (or 0xDA9122) is known color: Buttercup. HEX triplet: DA, 91 and 22. RGB value is (218,145,34). Sum of RGB (Red+Green+Blue) = 218+145+34=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 34 (13.67% from 255 or 8.56% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9122 is #256EDD. Grayscale: #9A9A9A. Windows color (decimal): -2453214 or 2265562. OLE color: 2265562.

HSL color Cylindrical-coordinate representation of color #DA9122: hue angle of 36.2º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA9122 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 145 34 -
CMYK 0 0.33 0.84 0.15
HSL 36.2º 0.73% 0.49% -
HSV(B) 36.2º 0.84% 0.85% -
XYZ 39.33 35.27 6.25 -
YUV 154.17 60.18 173.53 -
System Red Green Blue C M Y K H S L
Decimal 218 145 34 0 0.33 0.84 0.15 36.2 0.73 0.49
Hex DA 91 22 0 21 54 F 24 49 31
Octal 332 221 42 0 41 124 17 44 111 61
Binary 11011010 10010001 100010 0 100001 1010100 1111 100100 1001001 110001

Color Harmonies of #DA9122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9122

Black with #DA9122

Text Example


Text Example

White with #DA9122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9122; }

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

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

background-color css

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

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

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

border-color css

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

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

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