Html Css Color HEX #DAB90E Sunflower

📋 copy color: '#DAB90E'

red 218 ◦ green 185 ◦ blue 14

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

Shades of Sunflower #DAB90E

Tints of Sunflower #DAB90E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.36%

R = 52.28%
G = 44.36%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAB90E (or 0xDAB90E) is known color: Sunflower. HEX triplet: DA, B9 and 0E. RGB value is (218,185,14). Sum of RGB (Red+Green+Blue) = 218+185+14=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 14 (5.86% from 255 or 3.36% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB90E is #2546F1. Grayscale: #B0B0B0. Windows color (decimal): -2442994 or 965082. OLE color: 965082.

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

Color convert

RGB 218 185 14 -
CMYK 0 0.15 0.94 0.15
HSL 50.29º 0.88% 0.45% -
HSV(B) 50.29º 0.94% 0.85% -
XYZ 46.34 49.64 7.55 -
YUV 175.37 36.93 158.4 -
System Red Green Blue C M Y K H S L
Decimal 218 185 14 0 0.15 0.94 0.15 50.29 0.88 0.45
Hex DA B9 E 0 F 5E F 32 58 2D
Octal 332 271 16 0 17 136 17 62 130 55
Binary 11011010 10111001 1110 0 1111 1011110 1111 110010 1011000 101101

Color Harmonies of #DAB90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB90E

Black with #DAB90E

Text Example


Text Example

White with #DAB90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB90E; }

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

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

background-color css

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

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

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

border-color css

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

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

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