Html Css Color HEX #DA9330 Buttercup

📋 copy color: '#DA9330'

red 218 ◦ green 147 ◦ blue 48

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

Shades of Buttercup #DA9330

Tints of Buttercup #DA9330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.62%

R = 52.78%
G = 35.59%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA9330 (or 0xDA9330) is known color: Buttercup. HEX triplet: DA, 93 and 30. RGB value is (218,147,48). Sum of RGB (Red+Green+Blue) = 218+147+48=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9330 is #256CCF. Grayscale: #9D9D9D. Windows color (decimal): -2452688 or 3183578. OLE color: 3183578.

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

Color convert

RGB 218 147 48 -
CMYK 0 0.33 0.78 0.15
HSL 34.94º 0.7% 0.52% -
HSV(B) 34.94º 0.78% 0.85% -
XYZ 39.88 35.99 7.64 -
YUV 156.94 66.52 171.55 -
System Red Green Blue C M Y K H S L
Decimal 218 147 48 0 0.33 0.78 0.15 34.94 0.7 0.52
Hex DA 93 30 0 21 4E F 23 46 34
Octal 332 223 60 0 41 116 17 43 106 64
Binary 11011010 10010011 110000 0 100001 1001110 1111 100011 1000110 110100

Color Harmonies of #DA9330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9330

Black with #DA9330

Text Example


Text Example

White with #DA9330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9330; }

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

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

background-color css

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

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

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

border-color css

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

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

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