Html Css Color HEX #DA9A1F Buttercup

📋 copy color: '#DA9A1F'

red 218 ◦ green 154 ◦ blue 31

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

Shades of Buttercup #DA9A1F

Tints of Buttercup #DA9A1F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.21%

 BLUE value IS 31 (12.5% from 255) = 7.69%

R = 54.09%
G = 38.21%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA9A1F (or 0xDA9A1F) is known color: Buttercup. HEX triplet: DA, 9A and 1F. RGB value is (218,154,31). Sum of RGB (Red+Green+Blue) = 218+154+31=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 31 (12.5% from 255 or 7.69% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9A1F is #2565E0. Grayscale: #9F9F9F. Windows color (decimal): -2450913 or 2071258. OLE color: 2071258.

HSL color Cylindrical-coordinate representation of color #DA9A1F: hue angle of 39.47º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA9A1F is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 154 31 -
CMYK 0 0.29 0.86 0.15
HSL 39.47º 0.75% 0.49% -
HSV(B) 39.47º 0.86% 0.85% -
XYZ 40.72 38.12 6.51 -
YUV 159.11 55.7 170 -
System Red Green Blue C M Y K H S L
Decimal 218 154 31 0 0.29 0.86 0.15 39.47 0.75 0.49
Hex DA 9A 1F 0 1D 56 F 27 4B 31
Octal 332 232 37 0 35 126 17 47 113 61
Binary 11011010 10011010 11111 0 11101 1010110 1111 100111 1001011 110001

Color Harmonies of #DA9A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9A1F

Black with #DA9A1F

Text Example


Text Example

White with #DA9A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9A1F; }

 p { color: rgb(218,154,31); }

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

background-color css

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

 a { background-color: rgb(218,154,31); }

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

border-color css

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

 span { border-color: rgb(218,154,31); }

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