Html Css Color HEX #DA9230 Buttercup

📋 copy color: '#DA9230'

red 218 ◦ green 146 ◦ blue 48

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

Shades of Buttercup #DA9230

Tints of Buttercup #DA9230

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.44%

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

R = 52.91%
G = 35.44%
B = 11.65%

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

#DA9230 (or 0xDA9230) is known color: Buttercup. HEX triplet: DA, 92 and 30. RGB value is (218,146,48). Sum of RGB (Red+Green+Blue) = 218+146+48=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 48 (19.14% from 255 or 11.65% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9230 is #256DCF. Grayscale: #9C9C9C. Windows color (decimal): -2452944 or 3183322. OLE color: 3183322.

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

Color convert

RGB 218 146 48 -
CMYK 0 0.33 0.78 0.15
HSL 34.59º 0.7% 0.52% -
HSV(B) 34.59º 0.78% 0.85% -
XYZ 39.73 35.68 7.59 -
YUV 156.36 66.85 171.97 -
System Red Green Blue C M Y K H S L
Decimal 218 146 48 0 0.33 0.78 0.15 34.59 0.7 0.52
Hex DA 92 30 0 21 4E F 23 46 34
Octal 332 222 60 0 41 116 17 43 106 64
Binary 11011010 10010010 110000 0 100001 1001110 1111 100011 1000110 110100

Color Harmonies of #DA9230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9230

Black with #DA9230

Text Example


Text Example

White with #DA9230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9230; }

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

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

background-color css

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

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

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

border-color css

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

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

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