Html Css Color HEX #DAB90D Sunflower

📋 copy color: '#DAB90D'

red 218 ◦ green 185 ◦ blue 13

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

Shades of Sunflower #DAB90D

Tints of Sunflower #DAB90D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.13%

R = 52.4%
G = 44.47%
B = 3.13%

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

#DAB90D (or 0xDAB90D) is known color: Sunflower. HEX triplet: DA, B9 and 0D. RGB value is (218,185,13). Sum of RGB (Red+Green+Blue) = 218+185+13=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 185 (72.66% from 255 or 44.47% from 416); Blue value is 13 (5.47% from 255 or 3.12% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB90D is #2546F2. Grayscale: #AFAFAF. Windows color (decimal): -2442995 or 899546. OLE color: 899546.

HSL color Cylindrical-coordinate representation of color #DAB90D: hue angle of 50.34º degrees, saturation: 0.89, 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 #DAB90D is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 185 13 -
CMYK 0 0.15 0.94 0.15
HSL 50.34º 0.89% 0.45% -
HSV(B) 50.34º 0.94% 0.85% -
XYZ 46.34 49.63 7.52 -
YUV 175.26 36.43 158.49 -
System Red Green Blue C M Y K H S L
Decimal 218 185 13 0 0.15 0.94 0.15 50.34 0.89 0.45
Hex DA B9 D 0 F 5E F 32 59 2D
Octal 332 271 15 0 17 136 17 62 131 55
Binary 11011010 10111001 1101 0 1111 1011110 1111 110010 1011001 101101

Color Harmonies of #DAB90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB90D

Black with #DAB90D

Text Example


Text Example

White with #DAB90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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