Html Css Color HEX #DA9630 Buttercup

📋 copy color: '#DA9630'

red 218 ◦ green 150 ◦ blue 48

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

Shades of Buttercup #DA9630

Tints of Buttercup #DA9630

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.06%

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

R = 52.4%
G = 36.06%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA9630 (or 0xDA9630) is known color: Buttercup. HEX triplet: DA, 96 and 30. RGB value is (218,150,48). Sum of RGB (Red+Green+Blue) = 218+150+48=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9630 is #2569CF. Grayscale: #9F9F9F. Windows color (decimal): -2451920 or 3184346. OLE color: 3184346.

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

Color convert

RGB 218 150 48 -
CMYK 0 0.31 0.78 0.15
HSL 36º 0.7% 0.52% -
HSV(B) 36º 0.78% 0.85% -
XYZ 40.35 36.93 7.8 -
YUV 158.7 65.53 170.29 -
System Red Green Blue C M Y K H S L
Decimal 218 150 48 0 0.31 0.78 0.15 36 0.7 0.52
Hex DA 96 30 0 1F 4E F 24 46 34
Octal 332 226 60 0 37 116 17 44 106 64
Binary 11011010 10010110 110000 0 11111 1001110 1111 100100 1000110 110100

Color Harmonies of #DA9630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9630

Black with #DA9630

Text Example


Text Example

White with #DA9630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9630; }

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

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

background-color css

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

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

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

border-color css

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

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

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