Html Css Color HEX #DA9830 Buttercup

📋 copy color: '#DA9830'

red 218 ◦ green 152 ◦ blue 48

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

Shades of Buttercup #DA9830

Tints of Buttercup #DA9830

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.36%

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

R = 52.15%
G = 36.36%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA9830 (or 0xDA9830) is known color: Buttercup. HEX triplet: DA, 98 and 30. RGB value is (218,152,48). Sum of RGB (Red+Green+Blue) = 218+152+48=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 48 (19.14% from 255 or 11.48% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9830 is #2567CF. Grayscale: #A0A0A0. Windows color (decimal): -2451408 or 3184858. OLE color: 3184858.

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

Color convert

RGB 218 152 48 -
CMYK 0 0.30 0.78 0.15
HSL 36.71º 0.7% 0.52% -
HSV(B) 36.71º 0.78% 0.85% -
XYZ 40.68 37.58 7.91 -
YUV 159.88 64.87 169.46 -
System Red Green Blue C M Y K H S L
Decimal 218 152 48 0 0.30 0.78 0.15 36.71 0.7 0.52
Hex DA 98 30 0 1E 4E F 25 46 34
Octal 332 230 60 0 36 116 17 45 106 64
Binary 11011010 10011000 110000 0 11110 1001110 1111 100101 1000110 110100

Color Harmonies of #DA9830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9830

Black with #DA9830

Text Example


Text Example

White with #DA9830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9830; }

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

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

background-color css

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

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

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

border-color css

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

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

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