Html Css Color HEX #DAB51D Sunflower

📋 copy color: '#DAB51D'

red 218 ◦ green 181 ◦ blue 29

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

Shades of Sunflower #DAB51D

Tints of Sunflower #DAB51D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.29%

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

R = 50.93%
G = 42.29%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DAB51D (or 0xDAB51D) is known color: Sunflower. HEX triplet: DA, B5 and 1D. RGB value is (218,181,29). Sum of RGB (Red+Green+Blue) = 218+181+29=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 181 (71.09% from 255 or 42.29% from 428); Blue value is 29 (11.72% from 255 or 6.78% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB51D is #254AE2. Grayscale: #AFAFAF. Windows color (decimal): -2444003 or 1947098. OLE color: 1947098.

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

Color convert

RGB 218 181 29 -
CMYK 0 0.17 0.87 0.15
HSL 48.25º 0.77% 0.48% -
HSV(B) 48.25º 0.87% 0.85% -
XYZ 45.66 48.04 8.03 -
YUV 174.74 45.76 158.86 -
System Red Green Blue C M Y K H S L
Decimal 218 181 29 0 0.17 0.87 0.15 48.25 0.77 0.48
Hex DA B5 1D 0 11 57 F 30 4D 30
Octal 332 265 35 0 21 127 17 60 115 60
Binary 11011010 10110101 11101 0 10001 1010111 1111 110000 1001101 110000

Color Harmonies of #DAB51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB51D

Black with #DAB51D

Text Example


Text Example

White with #DAB51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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