Html Css Color HEX #DAB703 Sunflower

📋 copy color: '#DAB703'

red 218 ◦ green 183 ◦ blue 3

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

Shades of Sunflower #DAB703

Tints of Sunflower #DAB703

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.3%

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

R = 53.96%
G = 45.3%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DAB703 (or 0xDAB703) is known color: Sunflower. HEX triplet: DA, B7 and 03. RGB value is (218,183,3). Sum of RGB (Red+Green+Blue) = 218+183+3=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 3 (1.56% from 255 or 0.74% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB703 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB703 is #2548FC. Grayscale: #ADADAD. Windows color (decimal): -2443517 or 243674. OLE color: 243674.

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

Color convert

RGB 218 183 3 -
CMYK 0 0.16 0.99 0.15
HSL 50.23º 0.97% 0.43% -
HSV(B) 50.23º 0.99% 0.85% -
XYZ 45.86 48.78 7.08 -
YUV 172.95 32.1 160.14 -
System Red Green Blue C M Y K H S L
Decimal 218 183 3 0 0.16 0.99 0.15 50.23 0.97 0.43
Hex DA B7 3 0 10 63 F 32 61 2B
Octal 332 267 3 0 20 143 17 62 141 53
Binary 11011010 10110111 11 0 10000 1100011 1111 110010 1100001 101011

Color Harmonies of #DAB703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB703

Black with #DAB703

Text Example


Text Example

White with #DAB703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB703; }

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

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

background-color css

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

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

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

border-color css

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

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

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