Html Css Color HEX #DAB41C Sunflower

📋 copy color: '#DAB41C'

red 218 ◦ green 180 ◦ blue 28

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

Shades of Sunflower #DAB41C

Tints of Sunflower #DAB41C

RGB

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

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

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

R = 51.17%
G = 42.25%
B = 6.57%

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

#DAB41C (or 0xDAB41C) is known color: Sunflower. HEX triplet: DA, B4 and 1C. RGB value is (218,180,28). Sum of RGB (Red+Green+Blue) = 218+180+28=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 28 (11.33% from 255 or 6.57% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB41C is #254BE3. Grayscale: #AEAEAE. Windows color (decimal): -2444260 or 1881306. OLE color: 1881306.

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

Color convert

RGB 218 180 28 -
CMYK 0 0.17 0.87 0.15
HSL 48º 0.77% 0.48% -
HSV(B) 48º 0.87% 0.85% -
XYZ 45.44 47.63 7.9 -
YUV 174.03 45.59 159.36 -
System Red Green Blue C M Y K H S L
Decimal 218 180 28 0 0.17 0.87 0.15 48 0.77 0.48
Hex DA B4 1C 0 11 57 F 30 4D 30
Octal 332 264 34 0 21 127 17 60 115 60
Binary 11011010 10110100 11100 0 10001 1010111 1111 110000 1001101 110000

Color Harmonies of #DAB41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB41C

Black with #DAB41C

Text Example


Text Example

White with #DAB41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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