Html Css Color HEX #DAB91B Sunflower

📋 copy color: '#DAB91B'

red 218 ◦ green 185 ◦ blue 27

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

Shades of Sunflower #DAB91B

Tints of Sunflower #DAB91B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.28%

R = 50.7%
G = 43.02%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DAB91B (or 0xDAB91B) is known color: Sunflower. HEX triplet: DA, B9 and 1B. RGB value is (218,185,27). Sum of RGB (Red+Green+Blue) = 218+185+27=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 27 (10.94% from 255 or 6.28% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB91B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB91B is #2546E4. Grayscale: #B1B1B1. Windows color (decimal): -2442981 or 1817050. OLE color: 1817050.

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

Color convert

RGB 218 185 27 -
CMYK 0 0.15 0.88 0.15
HSL 49.63º 0.78% 0.48% -
HSV(B) 49.63º 0.88% 0.85% -
XYZ 46.46 49.68 8.18 -
YUV 176.86 43.43 157.35 -
System Red Green Blue C M Y K H S L
Decimal 218 185 27 0 0.15 0.88 0.15 49.63 0.78 0.48
Hex DA B9 1B 0 F 58 F 32 4E 30
Octal 332 271 33 0 17 130 17 62 116 60
Binary 11011010 10111001 11011 0 1111 1011000 1111 110010 1001110 110000

Color Harmonies of #DAB91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB91B

Black with #DAB91B

Text Example


Text Example

White with #DAB91B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB91B; }

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

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

background-color css

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

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

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

border-color css

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

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

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