Html Css Color HEX #DAC226 Sunflower

📋 copy color: '#DAC226'

red 218 ◦ green 194 ◦ blue 38

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

Shades of Sunflower #DAC226

Tints of Sunflower #DAC226

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.11%

 BLUE value IS 38 (15.23% from 255) = 8.44%

R = 48.44%
G = 43.11%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DAC226 (or 0xDAC226) is known color: Sunflower. HEX triplet: DA, C2 and 26. RGB value is (218,194,38). Sum of RGB (Red+Green+Blue) = 218+194+38=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 38 (15.23% from 255 or 8.44% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC226 is #253DD9. Grayscale: #B8B8B8. Windows color (decimal): -2440666 or 2540250. OLE color: 2540250.

HSL color Cylindrical-coordinate representation of color #DAC226: hue angle of 52º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAC226 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 194 38 -
CMYK 0 0.11 0.83 0.15
HSL 52º 0.71% 0.5% -
HSV(B) 52º 0.83% 0.85% -
XYZ 48.56 53.63 9.63 -
YUV 183.39 45.95 152.68 -
System Red Green Blue C M Y K H S L
Decimal 218 194 38 0 0.11 0.83 0.15 52 0.71 0.5
Hex DA C2 26 0 B 53 F 34 47 32
Octal 332 302 46 0 13 123 17 64 107 62
Binary 11011010 11000010 100110 0 1011 1010011 1111 110100 1000111 110010

Color Harmonies of #DAC226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC226

Black with #DAC226

Text Example


Text Example

White with #DAC226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC226; }

 p { color: rgb(218,194,38); }

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

background-color css

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

 a { background-color: rgb(218,194,38); }

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

border-color css

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

 span { border-color: rgb(218,194,38); }

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