Html Css Color HEX #DAC30E Sunflower

📋 copy color: '#DAC30E'

red 218 ◦ green 195 ◦ blue 14

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

Shades of Sunflower #DAC30E

Tints of Sunflower #DAC30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.28%

R = 51.05%
G = 45.67%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAC30E (or 0xDAC30E) is known color: Sunflower. HEX triplet: DA, C3 and 0E. RGB value is (218,195,14). Sum of RGB (Red+Green+Blue) = 218+195+14=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 14 (5.86% from 255 or 3.28% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC30E is #253CF1. Grayscale: #B5B5B5. Windows color (decimal): -2440434 or 967642. OLE color: 967642.

HSL color Cylindrical-coordinate representation of color #DAC30E: hue angle of 53.24º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAC30E is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 195 14 -
CMYK 0 0.11 0.94 0.15
HSL 53.24º 0.88% 0.45% -
HSV(B) 53.24º 0.94% 0.85% -
XYZ 48.51 53.97 8.28 -
YUV 181.24 33.62 154.22 -
System Red Green Blue C M Y K H S L
Decimal 218 195 14 0 0.11 0.94 0.15 53.24 0.88 0.45
Hex DA C3 E 0 B 5E F 35 58 2D
Octal 332 303 16 0 13 136 17 65 130 55
Binary 11011010 11000011 1110 0 1011 1011110 1111 110101 1011000 101101

Color Harmonies of #DAC30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC30E

Black with #DAC30E

Text Example


Text Example

White with #DAC30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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