Html Css Color HEX #DAB308 Sunflower

📋 copy color: '#DAB308'

red 218 ◦ green 179 ◦ blue 8

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

Shades of Sunflower #DAB308

Tints of Sunflower #DAB308

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.2%

 BLUE value IS 8 (3.52% from 255) = 1.98%

R = 53.83%
G = 44.2%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DAB308 (or 0xDAB308) is known color: Sunflower. HEX triplet: DA, B3 and 08. RGB value is (218,179,8). Sum of RGB (Red+Green+Blue) = 218+179+8=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 8 (3.52% from 255 or 1.98% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB308 is #254CF7. Grayscale: #ABABAB. Windows color (decimal): -2444536 or 570330. OLE color: 570330.

HSL color Cylindrical-coordinate representation of color #DAB308: hue angle of 48.86º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DAB308 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 179 8 -
CMYK 0 0.18 0.96 0.15
HSL 48.86º 0.93% 0.44% -
HSV(B) 48.86º 0.96% 0.85% -
XYZ 45.08 47.16 6.96 -
YUV 171.17 35.92 161.4 -
System Red Green Blue C M Y K H S L
Decimal 218 179 8 0 0.18 0.96 0.15 48.86 0.93 0.44
Hex DA B3 8 0 12 60 F 31 5D 2C
Octal 332 263 10 0 22 140 17 61 135 54
Binary 11011010 10110011 1000 0 10010 1100000 1111 110001 1011101 101100

Color Harmonies of #DAB308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB308

Black with #DAB308

Text Example


Text Example

White with #DAB308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB308; }

 p { color: rgb(218,179,8); }

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

background-color css

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

 a { background-color: rgb(218,179,8); }

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

border-color css

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

 span { border-color: rgb(218,179,8); }

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