Html Css Color HEX #DAC00A Sunflower

📋 copy color: '#DAC00A'

red 218 ◦ green 192 ◦ blue 10

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

Shades of Sunflower #DAC00A

Tints of Sunflower #DAC00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.38%

R = 51.9%
G = 45.71%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DAC00A (or 0xDAC00A) is known color: Sunflower. HEX triplet: DA, C0 and 0A. RGB value is (218,192,10). Sum of RGB (Red+Green+Blue) = 218+192+10=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 10 (4.30% from 255 or 2.38% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC00A is #253FF5. Grayscale: #B3B3B3. Windows color (decimal): -2441206 or 704730. OLE color: 704730.

HSL color Cylindrical-coordinate representation of color #DAC00A: hue angle of 52.5º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAC00A is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 192 10 -
CMYK 0 0.12 0.95 0.15
HSL 52.5º 0.91% 0.45% -
HSV(B) 52.5º 0.95% 0.85% -
XYZ 47.82 52.63 7.92 -
YUV 179.03 32.61 155.8 -
System Red Green Blue C M Y K H S L
Decimal 218 192 10 0 0.12 0.95 0.15 52.5 0.91 0.45
Hex DA C0 A 0 C 5F F 34 5B 2D
Octal 332 300 12 0 14 137 17 64 133 55
Binary 11011010 11000000 1010 0 1100 1011111 1111 110100 1011011 101101

Color Harmonies of #DAC00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC00A

Black with #DAC00A

Text Example


Text Example

White with #DAC00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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