Html Css Color HEX #DAB81C Sunflower

📋 copy color: '#DAB81C'

red 218 ◦ green 184 ◦ blue 28

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

Shades of Sunflower #DAB81C

Tints of Sunflower #DAB81C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.51%

R = 50.7%
G = 42.79%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DAB81C (or 0xDAB81C) is known color: Sunflower. HEX triplet: DA, B8 and 1C. RGB value is (218,184,28). Sum of RGB (Red+Green+Blue) = 218+184+28=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 28 (11.33% from 255 or 6.51% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB81C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB81C is #2547E3. Grayscale: #B1B1B1. Windows color (decimal): -2443236 or 1882330. OLE color: 1882330.

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

Color convert

RGB 218 184 28 -
CMYK 0 0.16 0.87 0.15
HSL 49.26º 0.77% 0.48% -
HSV(B) 49.26º 0.87% 0.85% -
XYZ 46.26 49.27 8.17 -
YUV 176.38 44.26 157.68 -
System Red Green Blue C M Y K H S L
Decimal 218 184 28 0 0.16 0.87 0.15 49.26 0.77 0.48
Hex DA B8 1C 0 10 57 F 31 4D 30
Octal 332 270 34 0 20 127 17 61 115 60
Binary 11011010 10111000 11100 0 10000 1010111 1111 110001 1001101 110000

Color Harmonies of #DAB81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB81C

Black with #DAB81C

Text Example


Text Example

White with #DAB81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB81C; }

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

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

background-color css

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

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

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

border-color css

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

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

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