Html Css Color HEX #DAB41D Sunflower

📋 copy color: '#DAB41D'

red 218 ◦ green 180 ◦ blue 29

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

Shades of Sunflower #DAB41D

Tints of Sunflower #DAB41D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.15%

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

R = 51.05%
G = 42.15%
B = 6.79%

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

#DAB41D (or 0xDAB41D) is known color: Sunflower. HEX triplet: DA, B4 and 1D. RGB value is (218,180,29). Sum of RGB (Red+Green+Blue) = 218+180+29=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 29 (11.72% from 255 or 6.79% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB41D is #254BE2. Grayscale: #AEAEAE. Windows color (decimal): -2444259 or 1946842. OLE color: 1946842.

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

Color convert

RGB 218 180 29 -
CMYK 0 0.17 0.87 0.15
HSL 47.94º 0.77% 0.48% -
HSV(B) 47.94º 0.87% 0.85% -
XYZ 45.46 47.64 7.96 -
YUV 174.15 46.09 159.28 -
System Red Green Blue C M Y K H S L
Decimal 218 180 29 0 0.17 0.87 0.15 47.94 0.77 0.48
Hex DA B4 1D 0 11 57 F 30 4D 30
Octal 332 264 35 0 21 127 17 60 115 60
Binary 11011010 10110100 11101 0 10001 1010111 1111 110000 1001101 110000

Color Harmonies of #DAB41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB41D

Black with #DAB41D

Text Example


Text Example

White with #DAB41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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