Html Css Color HEX #DAB90A Sunflower

📋 copy color: '#DAB90A'

red 218 ◦ green 185 ◦ blue 10

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

Shades of Sunflower #DAB90A

Tints of Sunflower #DAB90A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.79%

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

R = 52.78%
G = 44.79%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DAB90A (or 0xDAB90A) is known color: Sunflower. HEX triplet: DA, B9 and 0A. RGB value is (218,185,10). Sum of RGB (Red+Green+Blue) = 218+185+10=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 10 (4.30% from 255 or 2.42% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB90A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB90A is #2546F5. Grayscale: #AFAFAF. Windows color (decimal): -2442998 or 702938. OLE color: 702938.

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

Color convert

RGB 218 185 10 -
CMYK 0 0.15 0.95 0.15
HSL 50.48º 0.91% 0.45% -
HSV(B) 50.48º 0.95% 0.85% -
XYZ 46.32 49.63 7.42 -
YUV 174.92 34.93 158.73 -
System Red Green Blue C M Y K H S L
Decimal 218 185 10 0 0.15 0.95 0.15 50.48 0.91 0.45
Hex DA B9 A 0 F 5F F 32 5B 2D
Octal 332 271 12 0 17 137 17 62 133 55
Binary 11011010 10111001 1010 0 1111 1011111 1111 110010 1011011 101101

Color Harmonies of #DAB90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB90A

Black with #DAB90A

Text Example


Text Example

White with #DAB90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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