Html Css Color HEX #DAC01B Sunflower

📋 copy color: '#DAC01B'

red 218 ◦ green 192 ◦ blue 27

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

Shades of Sunflower #DAC01B

Tints of Sunflower #DAC01B

RGB

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

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

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

R = 49.89%
G = 43.94%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DAC01B (or 0xDAC01B) is known color: Sunflower. HEX triplet: DA, C0 and 1B. RGB value is (218,192,27). Sum of RGB (Red+Green+Blue) = 218+192+27=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 27 (10.94% from 255 or 6.18% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC01B is #253FE4. Grayscale: #B5B5B5. Windows color (decimal): -2441189 or 1818842. OLE color: 1818842.

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

Color convert

RGB 218 192 27 -
CMYK 0 0.12 0.88 0.15
HSL 51.83º 0.78% 0.48% -
HSV(B) 51.83º 0.88% 0.85% -
XYZ 47.96 52.68 8.68 -
YUV 180.96 41.11 154.42 -
System Red Green Blue C M Y K H S L
Decimal 218 192 27 0 0.12 0.88 0.15 51.83 0.78 0.48
Hex DA C0 1B 0 C 58 F 34 4E 30
Octal 332 300 33 0 14 130 17 64 116 60
Binary 11011010 11000000 11011 0 1100 1011000 1111 110100 1001110 110000

Color Harmonies of #DAC01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC01B

Black with #DAC01B

Text Example


Text Example

White with #DAC01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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