Html Css Color HEX #DAC31E Sunflower

📋 copy color: '#DAC31E'

red 218 ◦ green 195 ◦ blue 30

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

Shades of Sunflower #DAC31E

Tints of Sunflower #DAC31E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.02%

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

R = 49.21%
G = 44.02%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DAC31E (or 0xDAC31E) is known color: Sunflower. HEX triplet: DA, C3 and 1E. RGB value is (218,195,30). Sum of RGB (Red+Green+Blue) = 218+195+30=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 30 (12.11% from 255 or 6.77% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC31E is #253CE1. Grayscale: #B7B7B7. Windows color (decimal): -2440418 or 2016218. OLE color: 2016218.

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

Color convert

RGB 218 195 30 -
CMYK 0 0.11 0.86 0.15
HSL 52.66º 0.76% 0.49% -
HSV(B) 52.66º 0.86% 0.85% -
XYZ 48.66 54.03 9.09 -
YUV 183.07 41.62 152.92 -
System Red Green Blue C M Y K H S L
Decimal 218 195 30 0 0.11 0.86 0.15 52.66 0.76 0.49
Hex DA C3 1E 0 B 56 F 35 4C 31
Octal 332 303 36 0 13 126 17 65 114 61
Binary 11011010 11000011 11110 0 1011 1010110 1111 110101 1001100 110001

Color Harmonies of #DAC31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC31E

Black with #DAC31E

Text Example


Text Example

White with #DAC31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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