Html Css Color HEX #DAC00E Sunflower

📋 copy color: '#DAC00E'

red 218 ◦ green 192 ◦ blue 14

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

Shades of Sunflower #DAC00E

Tints of Sunflower #DAC00E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.28%

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

R = 51.42%
G = 45.28%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAC00E (or 0xDAC00E) is known color: Sunflower. HEX triplet: DA, C0 and 0E. RGB value is (218,192,14). Sum of RGB (Red+Green+Blue) = 218+192+14=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 14 (5.86% from 255 or 3.30% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC00E is #253FF1. Grayscale: #B4B4B4. Windows color (decimal): -2441202 or 966874. OLE color: 966874.

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

Color convert

RGB 218 192 14 -
CMYK 0 0.12 0.94 0.15
HSL 52.35º 0.88% 0.45% -
HSV(B) 52.35º 0.94% 0.85% -
XYZ 47.84 52.64 8.05 -
YUV 179.48 34.61 155.47 -
System Red Green Blue C M Y K H S L
Decimal 218 192 14 0 0.12 0.94 0.15 52.35 0.88 0.45
Hex DA C0 E 0 C 5E F 34 58 2D
Octal 332 300 16 0 14 136 17 64 130 55
Binary 11011010 11000000 1110 0 1100 1011110 1111 110100 1011000 101101

Color Harmonies of #DAC00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC00E

Black with #DAC00E

Text Example


Text Example

White with #DAC00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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