Html Css Color HEX #DAC51B Sunflower

📋 copy color: '#DAC51B'

red 218 ◦ green 197 ◦ blue 27

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

Shades of Sunflower #DAC51B

Tints of Sunflower #DAC51B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.57%

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

R = 49.32%
G = 44.57%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DAC51B (or 0xDAC51B) is known color: Sunflower. HEX triplet: DA, C5 and 1B. RGB value is (218,197,27). Sum of RGB (Red+Green+Blue) = 218+197+27=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 27 (10.94% from 255 or 6.11% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC51B is #253AE4. Grayscale: #B8B8B8. Windows color (decimal): -2439909 or 1820122. OLE color: 1820122.

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

Color convert

RGB 218 197 27 -
CMYK 0 0.10 0.88 0.15
HSL 53.4º 0.78% 0.48% -
HSV(B) 53.4º 0.88% 0.85% -
XYZ 49.08 54.92 9.05 -
YUV 183.9 39.46 152.32 -
System Red Green Blue C M Y K H S L
Decimal 218 197 27 0 0.10 0.88 0.15 53.4 0.78 0.48
Hex DA C5 1B 0 A 58 F 35 4E 30
Octal 332 305 33 0 12 130 17 65 116 60
Binary 11011010 11000101 11011 0 1010 1011000 1111 110101 1001110 110000

Color Harmonies of #DAC51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC51B

Black with #DAC51B

Text Example


Text Example

White with #DAC51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC51B; }

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

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

background-color css

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

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

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

border-color css

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

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

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