Html Css Color HEX #DAB81D Sunflower

📋 copy color: '#DAB81D'

red 218 ◦ green 184 ◦ blue 29

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

Shades of Sunflower #DAB81D

Tints of Sunflower #DAB81D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.73%

R = 50.58%
G = 42.69%
B = 6.73%

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

#DAB81D (or 0xDAB81D) is known color: Sunflower. HEX triplet: DA, B8 and 1D. RGB value is (218,184,29). Sum of RGB (Red+Green+Blue) = 218+184+29=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 29 (11.72% from 255 or 6.73% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB81D is #2547E2. Grayscale: #B1B1B1. Windows color (decimal): -2443235 or 1947866. OLE color: 1947866.

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

Color convert

RGB 218 184 29 -
CMYK 0 0.16 0.87 0.15
HSL 49.21º 0.77% 0.48% -
HSV(B) 49.21º 0.87% 0.85% -
XYZ 46.28 49.28 8.23 -
YUV 176.5 44.76 157.6 -
System Red Green Blue C M Y K H S L
Decimal 218 184 29 0 0.16 0.87 0.15 49.21 0.77 0.48
Hex DA B8 1D 0 10 57 F 31 4D 30
Octal 332 270 35 0 20 127 17 61 115 60
Binary 11011010 10111000 11101 0 10000 1010111 1111 110001 1001101 110000

Color Harmonies of #DAB81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB81D

Black with #DAB81D

Text Example


Text Example

White with #DAB81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB81D; }

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

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

background-color css

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

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

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

border-color css

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

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

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