Html Css Color HEX #DAB81B Sunflower

📋 copy color: '#DAB81B'

red 218 ◦ green 184 ◦ blue 27

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

Shades of Sunflower #DAB81B

Tints of Sunflower #DAB81B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.89%

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

R = 50.82%
G = 42.89%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DAB81B (or 0xDAB81B) is known color: Sunflower. HEX triplet: DA, B8 and 1B. RGB value is (218,184,27). Sum of RGB (Red+Green+Blue) = 218+184+27=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 27 (10.94% from 255 or 6.29% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB81B is #2547E4. Grayscale: #B0B0B0. Windows color (decimal): -2443237 or 1816794. OLE color: 1816794.

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

Color convert

RGB 218 184 27 -
CMYK 0 0.16 0.88 0.15
HSL 49.32º 0.78% 0.48% -
HSV(B) 49.32º 0.88% 0.85% -
XYZ 46.25 49.27 8.11 -
YUV 176.27 43.76 157.77 -
System Red Green Blue C M Y K H S L
Decimal 218 184 27 0 0.16 0.88 0.15 49.32 0.78 0.48
Hex DA B8 1B 0 10 58 F 31 4E 30
Octal 332 270 33 0 20 130 17 61 116 60
Binary 11011010 10111000 11011 0 10000 1011000 1111 110001 1001110 110000

Color Harmonies of #DAB81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB81B

Black with #DAB81B

Text Example


Text Example

White with #DAB81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB81B; }

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

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

background-color css

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

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

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

border-color css

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

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

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