Html Css Color HEX #DAB403 Sunflower

📋 copy color: '#DAB403'

red 218 ◦ green 180 ◦ blue 3

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

Shades of Sunflower #DAB403

Tints of Sunflower #DAB403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.75%

R = 54.36%
G = 44.89%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DAB403 (or 0xDAB403) is known color: Sunflower. HEX triplet: DA, B4 and 03. RGB value is (218,180,3). Sum of RGB (Red+Green+Blue) = 218+180+3=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 3 (1.56% from 255 or 0.75% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB403 is #254BFC. Grayscale: #ABABAB. Windows color (decimal): -2444285 or 242906. OLE color: 242906.

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

Color convert

RGB 218 180 3 -
CMYK 0 0.17 0.99 0.15
HSL 49.4º 0.97% 0.43% -
HSV(B) 49.4º 0.99% 0.85% -
XYZ 45.25 47.55 6.88 -
YUV 171.18 33.09 161.39 -
System Red Green Blue C M Y K H S L
Decimal 218 180 3 0 0.17 0.99 0.15 49.4 0.97 0.43
Hex DA B4 3 0 11 63 F 31 61 2B
Octal 332 264 3 0 21 143 17 61 141 53
Binary 11011010 10110100 11 0 10001 1100011 1111 110001 1100001 101011

Color Harmonies of #DAB403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB403

Black with #DAB403

Text Example


Text Example

White with #DAB403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB403; }

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

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

background-color css

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

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

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

border-color css

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

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

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