Html Css Color HEX #DAB303 Sunflower

📋 copy color: '#DAB303'

red 218 ◦ green 179 ◦ blue 3

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

Shades of Sunflower #DAB303

Tints of Sunflower #DAB303

RGB

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

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

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

R = 54.5%
G = 44.75%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DAB303 (or 0xDAB303) is known color: Sunflower. HEX triplet: DA, B3 and 03. RGB value is (218,179,3). Sum of RGB (Red+Green+Blue) = 218+179+3=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 3 (1.56% from 255 or 0.75% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB303 is #254CFC. Grayscale: #ABABAB. Windows color (decimal): -2444541 or 242650. OLE color: 242650.

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

Color convert

RGB 218 179 3 -
CMYK 0 0.18 0.99 0.15
HSL 49.12º 0.97% 0.43% -
HSV(B) 49.12º 0.99% 0.85% -
XYZ 45.05 47.15 6.81 -
YUV 170.6 33.42 161.81 -
System Red Green Blue C M Y K H S L
Decimal 218 179 3 0 0.18 0.99 0.15 49.12 0.97 0.43
Hex DA B3 3 0 12 63 F 31 61 2B
Octal 332 263 3 0 22 143 17 61 141 53
Binary 11011010 10110011 11 0 10010 1100011 1111 110001 1100001 101011

Color Harmonies of #DAB303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB303

Black with #DAB303

Text Example


Text Example

White with #DAB303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB303; }

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

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

background-color css

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

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

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

border-color css

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

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

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