Html Css Color HEX #DAC80F Sunflower

📋 copy color: '#DAC80F'

red 218 ◦ green 200 ◦ blue 15

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

Shades of Sunflower #DAC80F

Tints of Sunflower #DAC80F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.19%

 BLUE value IS 15 (6.25% from 255) = 3.46%

R = 50.35%
G = 46.19%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DAC80F (or 0xDAC80F) is known color: Sunflower. HEX triplet: DA, C8 and 0F. RGB value is (218,200,15). Sum of RGB (Red+Green+Blue) = 218+200+15=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 200 (78.52% from 255 or 46.19% from 433); Blue value is 15 (6.25% from 255 or 3.46% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC80F is #2537F0. Grayscale: #B9B9B9. Windows color (decimal): -2439153 or 1034458. OLE color: 1034458.

HSL color Cylindrical-coordinate representation of color #DAC80F: hue angle of 54.68º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAC80F is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 200 15 -
CMYK 0 0.08 0.93 0.15
HSL 54.68º 0.87% 0.46% -
HSV(B) 54.68º 0.93% 0.85% -
XYZ 49.65 56.25 8.69 -
YUV 184.29 32.46 152.04 -
System Red Green Blue C M Y K H S L
Decimal 218 200 15 0 0.08 0.93 0.15 54.68 0.87 0.46
Hex DA C8 F 0 8 5D F 37 57 2E
Octal 332 310 17 0 10 135 17 67 127 56
Binary 11011010 11001000 1111 0 1000 1011101 1111 110111 1010111 101110

Color Harmonies of #DAC80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC80F

Black with #DAC80F

Text Example


Text Example

White with #DAC80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC80F; }

 p { color: rgb(218,200,15); }

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

background-color css

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

 a { background-color: rgb(218,200,15); }

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

border-color css

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

 span { border-color: rgb(218,200,15); }

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