Html Css Color HEX #DAB413 Sunflower

📋 copy color: '#DAB413'

red 218 ◦ green 180 ◦ blue 19

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

Shades of Sunflower #DAB413

Tints of Sunflower #DAB413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.56%

R = 52.28%
G = 43.17%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DAB413 (or 0xDAB413) is known color: Sunflower. HEX triplet: DA, B4 and 13. RGB value is (218,180,19). Sum of RGB (Red+Green+Blue) = 218+180+19=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 19 (7.81% from 255 or 4.56% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB413 is #254BEC. Grayscale: #ADADAD. Windows color (decimal): -2444269 or 1291482. OLE color: 1291482.

HSL color Cylindrical-coordinate representation of color #DAB413: hue angle of 48.54º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DAB413 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 180 19 -
CMYK 0 0.17 0.91 0.15
HSL 48.54º 0.84% 0.46% -
HSV(B) 48.54º 0.91% 0.85% -
XYZ 45.35 47.59 7.41 -
YUV 173.01 41.09 160.09 -
System Red Green Blue C M Y K H S L
Decimal 218 180 19 0 0.17 0.91 0.15 48.54 0.84 0.46
Hex DA B4 13 0 11 5B F 31 54 2E
Octal 332 264 23 0 21 133 17 61 124 56
Binary 11011010 10110100 10011 0 10001 1011011 1111 110001 1010100 101110

Color Harmonies of #DAB413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB413

Black with #DAB413

Text Example


Text Example

White with #DAB413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB413; }

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

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

background-color css

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

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

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

border-color css

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

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

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