Html Css Color HEX #DAC71B Sunflower

📋 copy color: '#DAC71B'

red 218 ◦ green 199 ◦ blue 27

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

Shades of Sunflower #DAC71B

Tints of Sunflower #DAC71B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.82%

 BLUE value IS 27 (10.94% from 255) = 6.08%

R = 49.1%
G = 44.82%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DAC71B (or 0xDAC71B) is known color: Sunflower. HEX triplet: DA, C7 and 1B. RGB value is (218,199,27). Sum of RGB (Red+Green+Blue) = 218+199+27=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 199 (78.12% from 255 or 44.82% from 444); Blue value is 27 (10.94% from 255 or 6.08% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC71B is #2538E4. Grayscale: #B9B9B9. Windows color (decimal): -2439397 or 1820634. OLE color: 1820634.

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

Color convert

RGB 218 199 27 -
CMYK 0 0.09 0.88 0.15
HSL 54.03º 0.78% 0.48% -
HSV(B) 54.03º 0.88% 0.85% -
XYZ 49.53 55.83 9.2 -
YUV 185.07 38.79 151.49 -
System Red Green Blue C M Y K H S L
Decimal 218 199 27 0 0.09 0.88 0.15 54.03 0.78 0.48
Hex DA C7 1B 0 9 58 F 36 4E 30
Octal 332 307 33 0 11 130 17 66 116 60
Binary 11011010 11000111 11011 0 1001 1011000 1111 110110 1001110 110000

Color Harmonies of #DAC71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC71B

Black with #DAC71B

Text Example


Text Example

White with #DAC71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC71B; }

 p { color: rgb(218,199,27); }

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

background-color css

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

 a { background-color: rgb(218,199,27); }

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

border-color css

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

 span { border-color: rgb(218,199,27); }

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