Html Css Color HEX #DAB307 Sunflower

📋 copy color: '#DAB307'

red 218 ◦ green 179 ◦ blue 7

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

Shades of Sunflower #DAB307

Tints of Sunflower #DAB307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.73%

R = 53.96%
G = 44.31%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DAB307 (or 0xDAB307) is known color: Sunflower. HEX triplet: DA, B3 and 07. RGB value is (218,179,7). Sum of RGB (Red+Green+Blue) = 218+179+7=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 7 (3.12% from 255 or 1.73% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB307 is #254CF8. Grayscale: #ABABAB. Windows color (decimal): -2444537 or 504794. OLE color: 504794.

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

Color convert

RGB 218 179 7 -
CMYK 0 0.18 0.97 0.15
HSL 48.91º 0.94% 0.44% -
HSV(B) 48.91º 0.97% 0.85% -
XYZ 45.07 47.16 6.93 -
YUV 171.05 35.42 161.49 -
System Red Green Blue C M Y K H S L
Decimal 218 179 7 0 0.18 0.97 0.15 48.91 0.94 0.44
Hex DA B3 7 0 12 61 F 31 5E 2C
Octal 332 263 7 0 22 141 17 61 136 54
Binary 11011010 10110011 111 0 10010 1100001 1111 110001 1011110 101100

Color Harmonies of #DAB307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB307

Black with #DAB307

Text Example


Text Example

White with #DAB307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB307; }

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

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

background-color css

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

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

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

border-color css

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

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

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