Html Css Color HEX #DA9322 Buttercup

📋 copy color: '#DA9322'

red 218 ◦ green 147 ◦ blue 34

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

Shades of Buttercup #DA9322

Tints of Buttercup #DA9322

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.84%

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

R = 54.64%
G = 36.84%
B = 8.52%

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

#DA9322 (or 0xDA9322) is known color: Buttercup. HEX triplet: DA, 93 and 22. RGB value is (218,147,34). Sum of RGB (Red+Green+Blue) = 218+147+34=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 34 (13.67% from 255 or 8.52% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9322 is #256CDD. Grayscale: #9B9B9B. Windows color (decimal): -2452702 or 2266074. OLE color: 2266074.

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

Color convert

RGB 218 147 34 -
CMYK 0 0.33 0.84 0.15
HSL 36.85º 0.73% 0.49% -
HSV(B) 36.85º 0.84% 0.85% -
XYZ 39.64 35.89 6.35 -
YUV 155.35 59.52 172.69 -
System Red Green Blue C M Y K H S L
Decimal 218 147 34 0 0.33 0.84 0.15 36.85 0.73 0.49
Hex DA 93 22 0 21 54 F 25 49 31
Octal 332 223 42 0 41 124 17 45 111 61
Binary 11011010 10010011 100010 0 100001 1010100 1111 100101 1001001 110001

Color Harmonies of #DA9322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9322

Black with #DA9322

Text Example


Text Example

White with #DA9322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9322; }

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

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

background-color css

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

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

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

border-color css

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

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

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