Html Css Color HEX #DA9A1E Buttercup

📋 copy color: '#DA9A1E'

red 218 ◦ green 154 ◦ blue 30

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

Shades of Buttercup #DA9A1E

Tints of Buttercup #DA9A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.46%

R = 54.23%
G = 38.31%
B = 7.46%

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

#DA9A1E (or 0xDA9A1E) is known color: Buttercup. HEX triplet: DA, 9A and 1E. RGB value is (218,154,30). Sum of RGB (Red+Green+Blue) = 218+154+30=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 30 (12.11% from 255 or 7.46% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9A1E is #2565E1. Grayscale: #9F9F9F. Windows color (decimal): -2450914 or 2005722. OLE color: 2005722.

HSL color Cylindrical-coordinate representation of color #DA9A1E: hue angle of 39.57º degrees, saturation: 0.76, 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 #DA9A1E is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 154 30 -
CMYK 0 0.29 0.86 0.15
HSL 39.57º 0.76% 0.49% -
HSV(B) 39.57º 0.86% 0.85% -
XYZ 40.7 38.11 6.44 -
YUV 159 55.2 170.08 -
System Red Green Blue C M Y K H S L
Decimal 218 154 30 0 0.29 0.86 0.15 39.57 0.76 0.49
Hex DA 9A 1E 0 1D 56 F 28 4C 31
Octal 332 232 36 0 35 126 17 50 114 61
Binary 11011010 10011010 11110 0 11101 1010110 1111 101000 1001100 110001

Color Harmonies of #DA9A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9A1E

Black with #DA9A1E

Text Example


Text Example

White with #DA9A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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